Searched refs:toidx (Results 1 – 2 of 2) 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()
360 #define CE_RING_DELTA(nentries_mask, fromidx, toidx) \ argument361 (((int)(toidx) - (int)(fromidx)) & (nentries_mask))