Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h52 long long ddir_seq_add; member
281 uint64_t ddir_seq_add; member
Dcconv.c80 o->ddir_seq_add = le64_to_cpu(top->ddir_seq_add); in convert_thread_options_to_cpu()
450 top->ddir_seq_add = __cpu_to_le64(o->ddir_seq_add); in convert_thread_options_to_net()
Dio_u.c276 if (f->last_pos[ddir] == f->file_offset && o->ddir_seq_add < 0) in get_next_seq_offset()
280 if (pos && o->ddir_seq_add) { in get_next_seq_offset()
281 pos += o->ddir_seq_add; in get_next_seq_offset()
Doptions.c334 o->ddir_seq_add = 0; in str_rw_cb()
351 o->ddir_seq_add = val; in str_rw_cb()