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

  /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...]
options.c     [all...]

Completed in 62 milliseconds