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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c1105 int doneright; /* done, to the right */ local
1156 &rec, &doneright);
1166 error = xfs_ialloc_next_rec(cur, &rec, &doneright, 0);
1174 while (--searchdistance > 0 && (!doneleft || !doneright)) {
1178 if (!doneleft && !doneright) {
1214 &doneright, 0);

Completed in 127 milliseconds