Home
last modified time | relevance | path

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

/linux-4.4.14/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()
308 if (fc->corrupt_bio_byte && (fc->corrupt_bio_rw == WRITE)) { in flakey_map()
336 (bio_data_dir(bio) == READ) && (fc->corrupt_bio_rw == READ) && in flakey_end_io()
369 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()