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 114 unsigned int fsync_on_close; member in struct:thread_options
341 uint32_t fsync_on_close; member in struct:thread_options_pack
cconv.c 157 o->fsync_on_close = le32_to_cpu(top->fsync_on_close);
327 top->fsync_on_close = cpu_to_le32(o->fsync_on_close);
filesetup.c 1352 if (should_fsync(td) && td->o.fsync_on_close) {
options.c     [all...]

Completed in 53 milliseconds