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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c1104 int doneleft; /* done, to the left */ local
1151 &trec, &doneleft);
1161 error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1);
1174 while (--searchdistance > 0 && (!doneleft || !doneright)) {
1178 if (!doneleft && !doneright) {
1183 useleft = !doneleft;
1211 &doneleft, 1);

Completed in 114 milliseconds