Lines Matching defs:error_writes
104 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;
609 error_writes = test_bit(ERROR_WRITES, &fc->flags);
610 DMEMIT(" %u", error_reads + drop_writes + error_writes +
619 else if (error_writes)
620 DMEMIT(" error_writes");