Searched refs:loglow (Results 1 – 1 of 1) sorted by relevance
979 int loglow; /* first leaf entry to log */ in xfs_dir3_leaf_compact() local990 for (from = to = 0, loglow = -1; from < leafhdr->count; from++) { in xfs_dir3_leaf_compact()998 if (loglow == -1) in xfs_dir3_leaf_compact()999 loglow = to; in xfs_dir3_leaf_compact()1013 if (loglow != -1) in xfs_dir3_leaf_compact()1014 xfs_dir3_leaf_log_ents(args, leafhdr, bp, loglow, to - 1); in xfs_dir3_leaf_compact()