Home
last modified time | relevance | path

Searched refs:override_sync (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dthread_options.h111 unsigned int override_sync; member
340 uint32_t override_sync; member
Dcconv.c152 o->override_sync = le32_to_cpu(top->override_sync); in convert_thread_options_to_cpu()
326 top->override_sync = cpu_to_le32(o->override_sync); in convert_thread_options_to_net()
Dfio.h422 if (td_write(td) || td_rw(td) || td->o.override_sync) in should_fsync()
/external/fio/engines/
Dsg.c345 td->o.override_sync = 1; in fio_sgio_init()