Searched refs:loglow (Results 1 – 1 of 1) sorted by relevance
603 int loglow; /* first leaf entry to log */ in xfs_dir2_leaf_compact() local613 for (from = to = 0, loglow = -1; from < be16_to_cpu(leaf->hdr.count); from++) { in xfs_dir2_leaf_compact()620 if (loglow == -1) in xfs_dir2_leaf_compact()621 loglow = to; in xfs_dir2_leaf_compact()633 if (loglow != -1) in xfs_dir2_leaf_compact()634 xfs_dir2_leaf_log_ents(args->trans, bp, loglow, to - 1); in xfs_dir2_leaf_compact()