Home | Sort by relevance Sort by last modified time |
/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...] |