Home | History | Annotate | Download | only in fio

Lines Matching refs:max_bs

429 	return o->min_bs[DDIR_READ] == o->max_bs[DDIR_READ] &&
430 o->min_bs[DDIR_WRITE] == o->max_bs[DDIR_WRITE] &&
431 o->min_bs[DDIR_TRIM] == o->max_bs[DDIR_TRIM] &&
503 if (!o->max_bs[DDIR_READ])
504 o->max_bs[DDIR_READ] = o->bs[DDIR_READ];
507 if (!o->max_bs[DDIR_WRITE])
508 o->max_bs[DDIR_WRITE] = o->bs[DDIR_WRITE];
511 if (!o->max_bs[DDIR_TRIM])
512 o->max_bs[DDIR_TRIM] = o->bs[DDIR_TRIM];
612 if (o->max_bs[DDIR_WRITE] != o->min_bs[DDIR_WRITE] &&
1153 c2 = fio_uint_to_kmg(o->max_bs[DDIR_READ]);
1155 c4 = fio_uint_to_kmg(o->max_bs[DDIR_WRITE]);
1159 c6 = fio_uint_to_kmg(o->max_bs[DDIR_TRIM]);