Home | History | Annotate | Download | only in fio

Lines Matching refs:min_bs

38 	unsigned int min_bs = td->o.rw_min_bs;
43 block = (io_u->offset - f->file_offset) / (uint64_t) min_bs;
44 nr_blocks = (io_u->buflen + min_bs - 1) / min_bs;
49 if ((nr_blocks * min_bs) < io_u->buflen)
50 io_u->buflen = nr_blocks * min_bs;
434 minbs = td->o.min_bs[ddir];