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

/external/e2fsprogs/misc/
H A Dbadblocks.c114 static blk_t next_bad = 0; variable
165 position. This should not cause next_bad to change. */
166 if (bb_iter && bad < next_bad)
167 ext2fs_badblocks_list_iterate (bb_iter, &next_bad);
493 ext2fs_badblocks_list_iterate (bb_iter, &next_bad);
494 } while (next_bad && next_bad < first_block);
533 if (next_bad) {
534 if (currently_testing == next_bad) {
536 ext2fs_badblocks_list_iterate (bb_iter, &next_bad);
[all...]

Completed in 76 milliseconds