Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_block.c284 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local
288 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()
293 highstale = toidx; in xfs_dir2_block_compact()
296 *lfloghigh = toidx; in xfs_dir2_block_compact()
300 if (fromidx < toidx) in xfs_dir2_block_compact()
301 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()
302 toidx--; in xfs_dir2_block_compact()
304 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()