Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_dir2_leaf.c603 int loglow; /* first leaf entry to log */ in xfs_dir2_leaf_compact() local
613 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()