Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_block.c310 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local
314 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()
319 highstale = toidx; in xfs_dir2_block_compact()
322 *lfloghigh = toidx; in xfs_dir2_block_compact()
326 if (fromidx < toidx) in xfs_dir2_block_compact()
327 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()
328 toidx--; in xfs_dir2_block_compact()
330 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()