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

  /external/fio/
thread_options.h 123 unsigned int fsync_on_close; member in struct:thread_options
352 uint32_t fsync_on_close; member in struct:thread_options_pack
cconv.c 163 o->fsync_on_close = le32_to_cpu(top->fsync_on_close);
337 top->fsync_on_close = cpu_to_le32(o->fsync_on_close);
filesetup.c 1358 if (should_fsync(td) && td->o.fsync_on_close) {
options.c     [all...]

Completed in 51 milliseconds