OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bb_output
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/misc/
badblocks.c
146
static int
bb_output
(blk_t bad, enum error_types error_type)
function
554
bb_count +=
bb_output
(currently_testing + i, CORRUPTION_ERROR);
557
bb_count +=
bb_output
(currently_testing++, READ_ERROR);
648
bb_count +=
bb_output
(currently_testing++, WRITE_ERROR);
687
bb_count +=
bb_output
(currently_testing++, READ_ERROR);
703
bb_count +=
bb_output
(currently_testing+i, CORRUPTION_ERROR);
853
bb_count +=
bb_output
(currently_testing++, READ_ERROR);
937
bb_count +=
bb_output
(currently_testing + i, CORRUPTION_ERROR);
939
bb_count +=
bb_output
(currently_testing + got, READ_ERROR);
[
all
...]
Completed in 517 milliseconds