HomeSort by: relevance | last modified time | path
    Searched defs:drop_writes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/dm/
dm_target_flakey.c 53 /* drop_writes feature */
54 int drop_writes; member in struct:target_flakey_config
201 /* drop_writes */
202 if (strcmp(arg, "drop_writes") == 0) {
203 tfc->drop_writes = 1;
259 if (tfc->drop_writes && (tfc->corrupt_buf_rw == BUF_CMD_WRITE)) {
260 printf("Flakey target doesn't allow drop_writes feature and "
273 int drop_writes; local in function:dm_target_flakey_table
280 drop_writes = tfc->drop_writes;
    [all...]
dm_target_flakey.c 53 /* drop_writes feature */
54 int drop_writes; member in struct:target_flakey_config
201 /* drop_writes */
202 if (strcmp(arg, "drop_writes") == 0) {
203 tfc->drop_writes = 1;
259 if (tfc->drop_writes && (tfc->corrupt_buf_rw == BUF_CMD_WRITE)) {
260 printf("Flakey target doesn't allow drop_writes feature and "
273 int drop_writes; local in function:dm_target_flakey_table
280 drop_writes = tfc->drop_writes;
    [all...]
dm_target_flakey.c 53 /* drop_writes feature */
54 int drop_writes; member in struct:target_flakey_config
201 /* drop_writes */
202 if (strcmp(arg, "drop_writes") == 0) {
203 tfc->drop_writes = 1;
259 if (tfc->drop_writes && (tfc->corrupt_buf_rw == BUF_CMD_WRITE)) {
260 printf("Flakey target doesn't allow drop_writes feature and "
273 int drop_writes; local in function:dm_target_flakey_table
280 drop_writes = tfc->drop_writes;
    [all...]

Completed in 34 milliseconds