Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-flakey.c36 unsigned int corrupt_bio_rw; member
146 fc->corrupt_bio_rw = WRITE; in parse_features()
148 fc->corrupt_bio_rw = READ; in parse_features()
208 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
212 } else if (test_bit(ERROR_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
524 if (fc->corrupt_bio_byte && fc->corrupt_bio_rw == WRITE) { in flakey_map()
564 if ((fc->corrupt_bio_rw == READ) && in flakey_end_io()
625 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()