Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h48 long long ddir_seq_add; member
275 uint64_t ddir_seq_add; member
Dcconv.c77 o->ddir_seq_add = le64_to_cpu(top->ddir_seq_add); in convert_thread_options_to_cpu()
442 top->ddir_seq_add = __cpu_to_le64(o->ddir_seq_add); in convert_thread_options_to_net()
Dio_u.c282 if (f->last_pos == f->file_offset && td->o.ddir_seq_add < 0) in get_next_seq_offset()
287 pos += td->o.ddir_seq_add; in get_next_seq_offset()
Doptions.c331 o->ddir_seq_add = 0; in str_rw_cb()
348 o->ddir_seq_add = val; in str_rw_cb()