Searched refs:loglow (Results 1 – 1 of 1) sorted by relevance
636 int loglow; /* first leaf entry to log */ in xfs_dir2_leaf_compact() local646 for (from = to = 0, loglow = -1; from < be16_to_cpu(leaf->hdr.count); from++) { in xfs_dir2_leaf_compact()654 if (loglow == -1) in xfs_dir2_leaf_compact()655 loglow = to; in xfs_dir2_leaf_compact()667 if (loglow != -1) in xfs_dir2_leaf_compact()668 xfs_dir2_leaf_log_ents(args->trans, bp, loglow, to - 1); in xfs_dir2_leaf_compact()