Lines Matching refs:corrupt_bio_byte
32 unsigned corrupt_bio_byte; member
118 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error); in parse_features()
296 if (data && bio_bytes >= fc->corrupt_bio_byte) { in corrupt_bio_data()
297 data[fc->corrupt_bio_byte - 1] = fc->corrupt_bio_value; in corrupt_bio_data()
301 bio, fc->corrupt_bio_value, fc->corrupt_bio_byte, in corrupt_bio_data()
335 if (!fc->corrupt_bio_byte && !test_bit(DROP_WRITES, &fc->flags) && in flakey_map()
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()
428 DMEMIT("%u ", drop_writes + error_writes + (fc->corrupt_bio_byte > 0) * 5); in flakey_status()
435 if (fc->corrupt_bio_byte) in flakey_status()
437 fc->corrupt_bio_byte, in flakey_status()