Home | History | Annotate | Download | only in fio

Lines Matching defs:max_bs

68 	unsigned int max_bs, min_bs;
76 max_bs = 0;
111 if (val > max_bs)
112 max_bs = val;
155 o->max_bs[ddir] = max_bs;
1720 .off2 = td_var_offset(max_bs[DDIR_READ]),
1722 .off4 = td_var_offset(max_bs[DDIR_WRITE]),
1724 .off6 = td_var_offset(max_bs[DDIR_TRIM]),