Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_block.c295 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local
299 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()
304 highstale = toidx; in xfs_dir2_block_compact()
307 *lfloghigh = toidx; in xfs_dir2_block_compact()
311 if (fromidx < toidx) in xfs_dir2_block_compact()
312 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()
313 toidx--; in xfs_dir2_block_compact()
315 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()