Home | History | Annotate | Download | only in pending

Lines Matching refs:asked

798     , int asked)
803 if (asked) xprintf("Sector %lld is already allocated\n",start);
816 int i, asked = 0, valid = 0, start_index = 0;
834 if (asked) valid = validate(start_index, begin, end, start, asked);
853 asked = 1;
862 } while (asked && !valid);