Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/dm/
Ddm_target_flakey.c54 int drop_writes; member
203 tfc->drop_writes = 1; in _init_features()
259 if (tfc->drop_writes && (tfc->corrupt_buf_rw == BUF_CMD_WRITE)) { in _init_features()
273 int drop_writes; in dm_target_flakey_table() local
280 drop_writes = tfc->drop_writes; in dm_target_flakey_table()
287 drop_writes + (tfc->corrupt_buf_byte > 0) * 5); in dm_target_flakey_table()
289 if (drop_writes) in dm_target_flakey_table()
382 else if (!tfc->drop_writes)
399 if (!tfc->corrupt_buf_byte && !tfc->drop_writes) {
421 if (tfc->drop_writes) {