[go: nahoru, domu]

Searched refs:corrupt_bio_byte (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Ddm-flakey.c32 unsigned corrupt_bio_byte; member in struct:flakey_c
85 * corrupt_bio_byte <Nth_byte> <direction> <value> <bio_flags>
87 if (!strcasecmp(arg_name, "corrupt_bio_byte")) {
89 ti->error = "Feature corrupt_bio_byte requires parameters";
93 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error);
136 ti->error = "drop_writes is incompatible with corrupt_bio_byte with the WRITE flag set";
149 * [corrupt_bio_byte <Nth_byte> <direction> <value> <bio_flags>]
263 if (data && bio_bytes >= fc->corrupt_bio_byte) {
264 data[fc->corrupt_bio_byte - 1] = fc->corrupt_bio_value;
268 bio, fc->corrupt_bio_value, fc->corrupt_bio_byte,
[all...]

Completed in 31 milliseconds