OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025