Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-flakey.c45 DROP_WRITES, enumerator
100 if (test_and_set_bit(DROP_WRITES, &fc->flags)) { in parse_features()
119 } else if (test_bit(DROP_WRITES, &fc->flags)) { in parse_features()
208 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
218 !test_bit(DROP_WRITES, &fc->flags) && !test_bit(ERROR_WRITES, &fc->flags) && in parse_features()
511 if (test_bit(DROP_WRITES, &fc->flags)) { in flakey_map()
608 drop_writes = test_bit(DROP_WRITES, &fc->flags); in flakey_status()