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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c928 int loglow; /* first leaf entry to log */ local
939 for (from = to = 0, loglow = -1; from < leafhdr->count; from++) {
947 if (loglow == -1)
948 loglow = to;
962 if (loglow != -1)
963 xfs_dir3_leaf_log_ents(args, leafhdr, bp, loglow, to - 1);

Completed in 262 milliseconds