Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dbadblocks.c479 unsigned int bb_count = 0; in test_ro() local
527 if (max_bb && bb_count >= max_bb) { in test_ro()
554 bb_count += bb_output(currently_testing + i, CORRUPTION_ERROR); in test_ro()
557 bb_count += bb_output(currently_testing++, READ_ERROR); in test_ro()
582 return bb_count; in test_ro()
593 unsigned int bb_count = 0; in test_rw() local
634 if (max_bb && bb_count >= max_bb) { in test_rw()
648 bb_count += bb_output(currently_testing++, WRITE_ERROR); in test_rw()
676 if (max_bb && bb_count >= max_bb) { in test_rw()
687 bb_count += bb_output(currently_testing++, READ_ERROR); in test_rw()
[all …]