Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/dm/flakey/
H A Ddm_target_flakey.c50 int drop_writes; member
143 tfc->drop_writes = 1; in _init_features()
199 if (tfc->drop_writes && (tfc->corrupt_buf_rw == BUF_CMD_WRITE)) { in _init_features()
281 else if (!tfc->drop_writes) in _flakey_read_iodone()
297 if (!tfc->corrupt_buf_byte && !tfc->drop_writes) { in _flakey_read()
318 if (tfc->drop_writes) { in _flakey_write()
370 int drop_writes; in dm_target_flakey_table() local
375 drop_writes = tfc->drop_writes; in dm_target_flakey_table()
382 drop_writes + (tfc->corrupt_buf_byte > 0) * 5); in dm_target_flakey_table()
384 if (drop_writes) in dm_target_flakey_table()