Lines Matching refs:lfloghigh
291 int *lfloghigh, in xfs_dir2_block_compact() argument
300 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
306 if (*lfloghigh == -1) in xfs_dir2_block_compact()
307 *lfloghigh = toidx; in xfs_dir2_block_compact()
316 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
351 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local
422 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
431 lfloghigh = -1; in xfs_dir2_block_addname()
484 lfloghigh = mid; in xfs_dir2_block_addname()
513 lfloghigh = MAX(mid, lfloghigh); in xfs_dir2_block_addname()
525 lfloghigh = MAX(highstale, lfloghigh); in xfs_dir2_block_addname()
539 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()