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

/linux-master/drivers/mtd/ubi/
H A Ddebug.c27 #define FAIL_ACTION(name, fault_attr) \ macro
33 FAIL_ACTION(eccerr, fault_eccerr_attr) function
34 FAIL_ACTION(bitflips, fault_bitflips_attr)
35 FAIL_ACTION(read_failure, fault_read_failure_attr)
36 FAIL_ACTION(write_failure, fault_write_failure_attr)
37 FAIL_ACTION(erase_failure, fault_erase_failure_attr)
38 FAIL_ACTION(power_cut, fault_power_cut_attr)
39 FAIL_ACTION(io_ff, fault_io_ff_attr)
40 FAIL_ACTION(io_ff_bitflips, fault_io_ff_bitflips_attr)
41 FAIL_ACTION(bad_hd
[all...]

Completed in 170 milliseconds