Searched refs:toidx (Results 1 – 1 of 1) sorted by relevance
310 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local314 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()