Lines Matching refs:lfloghigh
306 int *lfloghigh, in xfs_dir2_block_compact() argument
315 highstale = *lfloghigh = -1; in xfs_dir2_block_compact()
321 if (*lfloghigh == -1) in xfs_dir2_block_compact()
322 *lfloghigh = toidx; in xfs_dir2_block_compact()
331 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
366 int lfloghigh=0; /* last final leaf to log */ in xfs_dir2_block_addname() local
437 &lfloghigh, &lfloglow); in xfs_dir2_block_addname()
446 lfloghigh = -1; in xfs_dir2_block_addname()
503 lfloghigh = mid; in xfs_dir2_block_addname()
532 lfloghigh = max(mid, lfloghigh); in xfs_dir2_block_addname()
544 lfloghigh = max(highstale, lfloghigh); in xfs_dir2_block_addname()
558 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh); in xfs_dir2_block_addname()