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

/external/e2fsprogs/misc/
H A Dbadblocks.c109 static blk_t next_bad = 0; variable
158 position. This should not cause next_bad to change. */
159 if (bb_iter && bad < next_bad)
160 ext2fs_badblocks_list_iterate (bb_iter, &next_bad);
451 ext2fs_badblocks_list_iterate (bb_iter, &next_bad);
452 } while (next_bad && next_bad < first_block);
491 if (next_bad) {
492 if (currently_testing == next_bad) {
494 ext2fs_badblocks_list_iterate (bb_iter, &next_bad);
[all...]

Completed in 86 milliseconds