Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h48 unsigned int rw_seq; member
277 uint32_t rw_seq; member
Dcconv.c76 o->rw_seq = le32_to_cpu(top->rw_seq); in convert_thread_options_to_cpu()
285 top->rw_seq = cpu_to_le32(o->rw_seq); in convert_thread_options_to_net()
Dio_u.c300 enum fio_ddir ddir, int rw_seq, in get_next_block() argument
311 if (rw_seq) { in get_next_block()
331 if (td->o.rw_seq == RW_SEQ_SEQ) { in get_next_block()
337 } else if (td->o.rw_seq == RW_SEQ_IDENT) { in get_next_block()
344 log_err("fio: unknown rw_seq=%d\n", td->o.rw_seq); in get_next_block()
Doptions.c1417 .off1 = td_var_offset(rw_seq),