Searched refs:toidx (Results 1 – 2 of 2) sorted by relevance
291 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local295 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()300 highstale = toidx; in xfs_dir2_block_compact()303 *lfloghigh = toidx; in xfs_dir2_block_compact()307 if (fromidx < toidx) in xfs_dir2_block_compact()308 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()309 toidx--; in xfs_dir2_block_compact()311 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
421 #define CE_RING_DELTA(nentries_mask, fromidx, toidx) \ argument422 (((int)(toidx)-(int)(fromidx)) & (nentries_mask))