Lines Matching refs:lfloghigh
287 int *lfloghigh, in xfs_dir2_block_compact() argument
296 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
302 if (*lfloghigh == -1) in xfs_dir2_block_compact()
303 *lfloghigh = toidx; in xfs_dir2_block_compact()
312 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
347 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local
418 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
427 lfloghigh = -1; in xfs_dir2_block_addname()
480 lfloghigh = mid; in xfs_dir2_block_addname()
509 lfloghigh = MAX(mid, lfloghigh); in xfs_dir2_block_addname()
521 lfloghigh = MAX(highstale, lfloghigh); in xfs_dir2_block_addname()
535 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()