Home
last modified time | relevance | path

Searched refs:ac_idx (Results 1 – 1 of 1) sorted by relevance

/linux/fs/affs/
H A Dfile.c177 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
237 ac_idx = (ext - lc_idx - 1) & AFFS_AC_MASK; in affs_get_extblock_slow()
238 if (AFFS_I(inode)->i_ac[ac_idx].ext == ext) { in affs_get_extblock_slow()
239 ext_key = AFFS_I(inode)->i_ac[ac_idx].key; in affs_get_extblock_slow()
245 idx = ac_idx; in affs_get_extblock_slow()
271 AFFS_I(inode)->i_ac[ac_idx].ext = ext; in affs_get_extblock_slow()
272 AFFS_I(inode)->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow()