Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h44 unsigned int rw_seq; member
271 uint32_t rw_seq; member
Dcconv.c73 o->rw_seq = le32_to_cpu(top->rw_seq); in convert_thread_options_to_cpu()
278 top->rw_seq = cpu_to_le32(o->rw_seq); in convert_thread_options_to_net()
Dio_u.c297 enum fio_ddir ddir, int rw_seq, in get_next_block() argument
308 if (rw_seq) { in get_next_block()
328 if (td->o.rw_seq == RW_SEQ_SEQ) { in get_next_block()
334 } else if (td->o.rw_seq == RW_SEQ_IDENT) { in get_next_block()
341 log_err("fio: unknown rw_seq=%d\n", td->o.rw_seq); in get_next_block()
Doptions.c1415 .off1 = td_var_offset(rw_seq),