Lines Matching defs:drop_writes
79 * drop_writes
81 if (!strcasecmp(arg_name, "drop_writes")) {
83 ti->error = "Feature drop_writes duplicated";
86 ti->error = "Feature drop_writes conflicts with feature error_writes";
102 ti->error = "Feature error_writes conflicts with feature drop_writes";
161 ti->error = "drop_writes is incompatible with corrupt_bio_byte with the WRITE flag set";
177 * [drop_writes]
340 * Error reads if neither corrupt_bio_byte or drop_writes or error_writes are set.
406 * Error read during the down_interval if drop_writes
421 unsigned drop_writes, error_writes;
433 drop_writes = test_bit(DROP_WRITES, &fc->flags);
435 DMEMIT("%u ", drop_writes + error_writes + (fc->corrupt_bio_byte > 0) * 5);
437 if (drop_writes)
438 DMEMIT("drop_writes ");