Home
last modified time | relevance | path

Searched refs:lc_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/affs/
H A Dfile.c49 affs_grow_extcache(struct inode *inode, u32 lc_idx) in affs_grow_extcache() argument
77 lc_idx >>= (lc_shift - AFFS_I(inode)->i_lc_shift); in affs_grow_extcache()
91 AFFS_I(inode)->i_lc_size = lc_idx + 1; in affs_grow_extcache()
92 for (; i <= lc_idx; i++) { in affs_grow_extcache()
176 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
217 lc_idx = ext >> AFFS_I(inode)->i_lc_shift; in affs_get_extblock_slow()
220 if (lc_idx >= AFFS_I(inode)->i_lc_size) { in affs_get_extblock_slow()
223 err = affs_grow_extcache(inode, lc_idx); in affs_get_extblock_slow()
231 ext_key = AFFS_I(inode)->i_lc[lc_idx]; in affs_get_extblock_slow()
236 ac_idx = (ext - lc_idx in affs_get_extblock_slow()
[all...]
/kernel/linux/linux-6.6/fs/affs/
H A Dfile.c50 affs_grow_extcache(struct inode *inode, u32 lc_idx) in affs_grow_extcache() argument
78 lc_idx >>= (lc_shift - AFFS_I(inode)->i_lc_shift); in affs_grow_extcache()
92 AFFS_I(inode)->i_lc_size = lc_idx + 1; in affs_grow_extcache()
93 for (; i <= lc_idx; i++) { in affs_grow_extcache()
177 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
218 lc_idx = ext >> AFFS_I(inode)->i_lc_shift; in affs_get_extblock_slow()
221 if (lc_idx >= AFFS_I(inode)->i_lc_size) { in affs_get_extblock_slow()
224 err = affs_grow_extcache(inode, lc_idx); in affs_get_extblock_slow()
232 ext_key = AFFS_I(inode)->i_lc[lc_idx]; in affs_get_extblock_slow()
237 ac_idx = (ext - lc_idx in affs_get_extblock_slow()
[all...]

Completed in 3 milliseconds