Home | History | Annotate | Download | only in fio

Lines Matching refs:max_bs

981 	unsigned int max_bs, min_write;
987 max_bs = td_max_bs(td);
989 td->orig_buffer_size = (unsigned long long) max_bs
1023 log_err("fio: IO memory too large. Reduce max_bs or iodepth\n");
1060 io_u_fill_buffer(td, io_u, min_write, max_bs);
1066 fill_verify_pattern(td, io_u->buf, max_bs, io_u, 0, 0);
1089 p += max_bs;