Home
last modified time | relevance | path

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

/linux-6.1.9/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()
164 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
168 } else if (test_bit(ERROR_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
364 if (fc->corrupt_bio_byte && (fc->corrupt_bio_rw == WRITE)) { in flakey_map()
392 if (fc->corrupt_bio_byte && (fc->corrupt_bio_rw == READ) && in flakey_end_io()
441 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()