Home | History | Annotate | Download | only in fio

Lines Matching refs:numberio

848 	 * last numberio written to a block. Checking of numberio will be
850 * numberio will be checked in the last iteration when the correct
851 * state of numberio, that would have been written to each block
857 if (hdr->numberio != io_u->numberio) {
858 log_err("verify: bad header numberio %"PRIu16
860 hdr->numberio, io_u->numberio);
1171 hdr->numberio = io_u->numberio;
1294 io_u->numberio = td->io_issues[io_u->ddir];
1344 io_u->numberio = ipo->numberio;
1622 s->numberio = cpu_to_le64((uint64_t) td->io_issues[DDIR_WRITE]);
1750 s->numberio = le64_to_cpu(s->numberio);
1863 s->numberio - td->io_blocks[DDIR_READ] > s->depth) &&
1864 s->numberio > s->depth)