Home
last modified time | relevance | path

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

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