Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-flakey.c33 unsigned corrupt_bio_rw; member
128 fc->corrupt_bio_rw = WRITE; in parse_features()
130 fc->corrupt_bio_rw = READ; in parse_features()
160 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
164 } else if (test_bit(ERROR_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
356 if (fc->corrupt_bio_byte && (fc->corrupt_bio_rw == WRITE)) { in flakey_map()
389 if (fc->corrupt_bio_byte && (fc->corrupt_bio_rw == READ) && in flakey_end_io()
438 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()