Home
last modified time | relevance | path

Searched refs:DROP_WRITES (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/md/
Ddm-flakey.c39 DROP_WRITES, enumerator
82 if (test_and_set_bit(DROP_WRITES, &fc->flags)) { in parse_features()
101 } else if (test_bit(DROP_WRITES, &fc->flags)) { in parse_features()
164 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
343 if (!fc->corrupt_bio_byte && !test_bit(DROP_WRITES, &fc->flags) && in flakey_map()
352 if (test_bit(DROP_WRITES, &fc->flags)) { in flakey_map()
399 } else if (!test_bit(DROP_WRITES, &fc->flags) && in flakey_end_io()
429 drop_writes = test_bit(DROP_WRITES, &fc->flags); in flakey_status()