Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-flakey.c33 unsigned corrupt_bio_rw; member
103 fc->corrupt_bio_rw = WRITE; in parse_features()
105 fc->corrupt_bio_rw = READ; in parse_features()
135 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
306 if (fc->corrupt_bio_byte && (fc->corrupt_bio_rw == WRITE)) { in flakey_map()
334 (bio_data_dir(bio) == READ) && (fc->corrupt_bio_rw == READ) && in flakey_end_io()
367 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()