HomeSort by relevance Sort by last modified time
    Searched refs:ddir_seq_add (Results 1 - 4 of 4) sorted by null

  /external/fio/
thread_options.h 52 long long ddir_seq_add; member in struct:thread_options
281 uint64_t ddir_seq_add; member in struct:thread_options_pack
cconv.c 80 o->ddir_seq_add = le64_to_cpu(top->ddir_seq_add);
450 top->ddir_seq_add = __cpu_to_le64(o->ddir_seq_add);
io_u.c 276 if (f->last_pos[ddir] == f->file_offset && o->ddir_seq_add < 0)
280 if (pos && o->ddir_seq_add) {
281 pos += o->ddir_seq_add;
    [all...]
options.c 334 o->ddir_seq_add = 0;
351 o->ddir_seq_add = val;
    [all...]

Completed in 61 milliseconds