HomeSort by relevance Sort by last modified time
    Searched full:end_fsync (Results 1 - 7 of 7) sorted by null

  /external/fio/profiles/
tiobench.c 18 "name=seqwrite", "rw=write", "end_fsync=1",
19 "name=randwrite", "stonewall", "rw=randwrite", "end_fsync=1",
  /external/fio/
thread_options.h 85 unsigned int end_fsync; member in struct:thread_options
312 uint32_t end_fsync; member in struct:thread_options_pack
cconv.c 126 o->end_fsync = le32_to_cpu(top->end_fsync);
300 top->end_fsync = cpu_to_le32(o->end_fsync);
backend.c 936 if (should_fsync(td) && td->o.end_fsync) {
943 log_err("fio: end_fsync failed for file %s\n",
    [all...]
HOWTO 784 end_fsync=bool If true, fsync file contents when a write stage has completed.
787 This differs from end_fsync in that it will happen on every
    [all...]
fio.1 697 .BI end_fsync \fR=\fPbool
    [all...]
options.c     [all...]

Completed in 1938 milliseconds