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

/linux-master/drivers/md/
H A Ddm-flakey.c104 ti->error = "Feature drop_writes conflicts with feature error_writes";
112 * error_writes
114 if (!strcasecmp(arg_name, "error_writes")) {
116 ti->error = "Feature error_writes duplicated";
120 ti->error = "Feature error_writes conflicts with feature drop_writes";
213 ti->error = "error_writes is incompatible with corrupt_bio_byte with the WRITE flag set";
499 * Error reads if neither corrupt_bio_byte or drop_writes or error_writes are set.
581 * and error_writes were not configured.
595 unsigned int error_reads, drop_writes, error_writes; local
609 error_writes
[all...]

Completed in 203 milliseconds