Searched refs:next_bad (Results 1 – 1 of 1) sorted by relevance
114 static blk_t next_bad = 0; variable166 if (bb_iter && bad < next_bad) in bb_output()167 ext2fs_badblocks_list_iterate (bb_iter, &next_bad); in bb_output()493 ext2fs_badblocks_list_iterate (bb_iter, &next_bad); in test_ro()494 } while (next_bad && next_bad < first_block); in test_ro()533 if (next_bad) { in test_ro()534 if (currently_testing == next_bad) { in test_ro()536 ext2fs_badblocks_list_iterate (bb_iter, &next_bad); in test_ro()540 else if (currently_testing + try > next_bad) in test_ro()541 try = next_bad - currently_testing; in test_ro()[all …]