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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c979 int loglow; /* first leaf entry to log */ local
990 for (from = to = 0, loglow = -1; from < leafhdr->count; from++) {
998 if (loglow == -1)
999 loglow = to;
1013 if (loglow != -1)
1014 xfs_dir3_leaf_log_ents(args, leafhdr, bp, loglow, to - 1);

Completed in 164 milliseconds