Lines Matching refs:lfloghigh
280 int *lfloghigh, in xfs_dir2_block_compact() argument
289 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
295 if (*lfloghigh == -1) in xfs_dir2_block_compact()
296 *lfloghigh = toidx; in xfs_dir2_block_compact()
305 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
340 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local
411 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
420 lfloghigh = -1; in xfs_dir2_block_addname()
477 lfloghigh = mid; in xfs_dir2_block_addname()
506 lfloghigh = max(mid, lfloghigh); in xfs_dir2_block_addname()
518 lfloghigh = max(highstale, lfloghigh); in xfs_dir2_block_addname()
532 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()