Home
last modified time | relevance | path

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

/dports/benchmarks/fio/fio-3.29/
H A Dthread_options.h247 enum fio_fallocate_mode fallocate_mode; member
560 uint32_t fallocate_mode; member
H A Dcconv.c265 o->fallocate_mode = le32_to_cpu(top->fallocate_mode); in convert_thread_options_to_cpu()
471 top->fallocate_mode = cpu_to_le32(o->fallocate_mode); in convert_thread_options_to_net()
H A Dfilesetup.c63 switch (td->o.fallocate_mode) {
111 log_err("fio: unknown fallocate mode: %d\n", td->o.fallocate_mode);
H A Doptions.c2521 .off1 = offsetof(struct thread_options, fallocate_mode),