Home
last modified time | relevance | path

Searched refs:loglow (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_leaf.c915 int loglow; /* first leaf entry to log */ in xfs_dir3_leaf_compact() local
928 for (from = to = 0, loglow = -1; from < leafhdr->count; from++) { in xfs_dir3_leaf_compact()
935 if (loglow == -1) in xfs_dir3_leaf_compact()
936 loglow = to; in xfs_dir3_leaf_compact()
950 if (loglow != -1) in xfs_dir3_leaf_compact()
951 xfs_dir3_leaf_log_ents(args, bp, loglow, to - 1); in xfs_dir3_leaf_compact()