Searched refs:toidx (Results 1 – 2 of 2) sorted by relevance
284 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local288 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()
357 #define CE_RING_DELTA(nentries_mask, fromidx, toidx) \ argument358 (((int)(toidx) - (int)(fromidx)) & (nentries_mask))