Lines Matching defs:error_writes
86 ti->error = "Feature drop_writes conflicts with feature error_writes";
94 * error_writes
96 if (!strcasecmp(arg_name, "error_writes")) {
98 ti->error = "Feature error_writes duplicated";
102 ti->error = "Feature error_writes conflicts with feature drop_writes";
165 ti->error = "error_writes is incompatible with corrupt_bio_byte with the WRITE flag set";
340 * Error reads if neither corrupt_bio_byte or drop_writes or error_writes are set.
407 * and error_writes were not configured.
421 unsigned drop_writes, error_writes;
434 error_writes = test_bit(ERROR_WRITES, &fc->flags);
435 DMEMIT("%u ", drop_writes + error_writes + (fc->corrupt_bio_byte > 0) * 5);
439 else if (error_writes)
440 DMEMIT("error_writes ");