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

/external/e2fsprogs/misc/
H A Dbadblocks.c107 static blk_t currently_testing = 0; variable
219 calc_percent((unsigned long) currently_testing,
250 (unsigned long long) currently_testing);
519 currently_testing = first_block;
525 while (currently_testing < last_block)
534 if (currently_testing == next_bad) {
537 currently_testing++;
540 else if (currently_testing + try > next_bad)
541 try = next_bad - currently_testing;
543 if (currently_testing
[all...]

Completed in 1068 milliseconds