Searched refs:fdatasync_blocks (Results 1 – 6 of 6) sorted by relevance
143 unsigned int fdatasync_blocks; member370 uint32_t fdatasync_blocks; member
175 o->fdatasync_blocks = le32_to_cpu(top->fdatasync_blocks); in convert_thread_options_to_cpu()349 top->fdatasync_blocks = cpu_to_le32(o->fdatasync_blocks); in convert_thread_options_to_net()
695 if (o->fdatasync_blocks) { in fixup_options()700 o->fsync_blocks = o->fdatasync_blocks; in fixup_options()701 o->fdatasync_blocks = 0; in fixup_options()
619 if (td->o.fdatasync_blocks && in get_rw_ddir()620 !(td->io_issues[DDIR_WRITE] % td->o.fdatasync_blocks) && in get_rw_ddir()
2023 .off1 = td_var_offset(fdatasync_blocks),
214 (o->odirect || o->fsync_blocks || o->fdatasync_blocks)) { in fio_mmapio_init()