Searched refs:doneright (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c1132 int doneright; /* done, to the right */ local
1183 &rec, &doneright);
1193 error = xfs_ialloc_next_rec(cur, &rec, &doneright, 0);
1201 while (--searchdistance > 0 && (!doneleft || !doneright)) {
1205 if (!doneleft && !doneright) {
1241 &doneright, 0);

Completed in 242 milliseconds