Home
last modified time | relevance | path

Searched refs:rw_seq (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dthread_options.h58 unsigned int rw_seq; member
332 uint32_t rw_seq; member
Dcconv.c89 o->rw_seq = le32_to_cpu(top->rw_seq); in convert_thread_options_to_cpu()
339 top->rw_seq = cpu_to_le32(o->rw_seq); in convert_thread_options_to_net()
Dio_u.c405 enum fio_ddir ddir, int rw_seq, in get_next_block() argument
416 if (rw_seq) { in get_next_block()
436 if (td->o.rw_seq == RW_SEQ_SEQ) { in get_next_block()
442 } else if (td->o.rw_seq == RW_SEQ_IDENT) { in get_next_block()
449 log_err("fio: unknown rw_seq=%d\n", td->o.rw_seq); in get_next_block()
Doptions.c1640 .off1 = offsetof(struct thread_options, rw_seq),