Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-flakey.c36 unsigned int corrupt_bio_rw; member
149 fc->corrupt_bio_rw = WRITE; in parse_features()
151 fc->corrupt_bio_rw = READ; in parse_features()
218 ((fc->corrupt_bio_byte && fc->corrupt_bio_rw == WRITE) || in parse_features()
224 ((fc->corrupt_bio_byte && fc->corrupt_bio_rw == WRITE) || in parse_features()
229 ((fc->corrupt_bio_byte && fc->corrupt_bio_rw == READ) || in parse_features()
542 if (fc->corrupt_bio_byte && fc->corrupt_bio_rw == WRITE) { in flakey_map()
584 if ((fc->corrupt_bio_rw == READ) && in flakey_end_io()
638 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()