Lines Matching defs:g_nop_softc
52 struct g_nop_softc { struct
53 int sc_error;
54 off_t sc_offset;
55 off_t sc_explicitsize;
56 off_t sc_stripesize;
57 off_t sc_stripeoffset;
58 u_int sc_rfailprob;
59 u_int sc_wfailprob;
60 u_int sc_delaymsec;
61 u_int sc_rdelayprob;
62 u_int sc_wdelayprob;
63 u_int sc_count_until_fail;
64 uintmax_t sc_reads;
65 uintmax_t sc_writes;
66 uintmax_t sc_deletes;
67 uintmax_t sc_getattrs;
68 uintmax_t sc_flushes;
69 uintmax_t sc_cmd0s;
70 uintmax_t sc_cmd1s;
71 uintmax_t sc_cmd2s;
72 uintmax_t sc_speedups;
73 uintmax_t sc_readbytes;
74 uintmax_t sc_wrotebytes;
75 char *sc_physpath;
76 struct mtx sc_lock;
77 struct g_nop_delay_head sc_head_delay;