Home
last modified time | relevance | path

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

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