Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dbadblocks.c123 static blk_t next_bad = 0; variable
175 if (bb_iter && bad < next_bad) in bb_output()
176 ext2fs_badblocks_list_iterate (bb_iter, &next_bad); in bb_output()
509 ext2fs_badblocks_list_iterate (bb_iter, &next_bad); in test_ro()
510 } while (next_bad && next_bad < first_block); in test_ro()
549 if (next_bad) { in test_ro()
550 if (currently_testing == next_bad) { in test_ro()
552 ext2fs_badblocks_list_iterate (bb_iter, &next_bad); in test_ro()
556 else if (currently_testing + try > next_bad) in test_ro()
557 try = next_bad - currently_testing; in test_ro()
[all …]