Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dbadblocks.c155 static int bb_output (blk_t bad, enum error_types error_type) in bb_output() function
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()
664 bb_count += bb_output(currently_testing++, WRITE_ERROR); in test_rw()
703 bb_count += bb_output(currently_testing++, READ_ERROR); in test_rw()
719 bb_count += bb_output(currently_testing+i, CORRUPTION_ERROR); in test_rw()
869 bb_count += bb_output(currently_testing++, READ_ERROR); in test_nd()
953 bb_count += bb_output(currently_testing + i, CORRUPTION_ERROR); in test_nd()
955 bb_count += bb_output(currently_testing + got, READ_ERROR); in test_nd()