Searched refs:fsync_on_close (Results 1 – 5 of 5) sorted by relevance
123 unsigned int fsync_on_close; member352 uint32_t fsync_on_close; member
163 o->fsync_on_close = le32_to_cpu(top->fsync_on_close); in convert_thread_options_to_cpu()337 top->fsync_on_close = cpu_to_le32(o->fsync_on_close); in convert_thread_options_to_net()
1358 if (should_fsync(td) && td->o.fsync_on_close) { in put_file()
3046 .off1 = td_var_offset(fsync_on_close),
877 fsync_on_close=bool If true, fio will fsync() a dirty file on close.