Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dbadblocks.c495 unsigned int bb_count = 0; in test_ro() local
543 if (bb_count >= max_bb) { in test_ro()
570 bb_count += bb_output(currently_testing + i, CORRUPTION_ERROR); in test_ro()
573 bb_count += bb_output(currently_testing++, READ_ERROR); in test_ro()
598 return bb_count; in test_ro()
609 unsigned int bb_count = 0; in test_rw() local
650 if (bb_count >= max_bb) { in test_rw()
664 bb_count += bb_output(currently_testing++, WRITE_ERROR); in test_rw()
692 if (bb_count >= max_bb) { in test_rw()
703 bb_count += bb_output(currently_testing++, READ_ERROR); in test_rw()
[all …]