Home
last modified time | relevance | path

Searched refs:file_size_high (Results 1 – 6 of 6) sorted by relevance

/external/fio/
Dthread_options.h64 unsigned long long file_size_high; member
293 uint64_t file_size_high; member
Dcconv.c91 o->file_size_high = le64_to_cpu(top->file_size_high); in convert_thread_options_to_cpu()
452 top->file_size_high = __cpu_to_le64(o->file_size_high); in convert_thread_options_to_net()
Dfilesetup.c265 sized = td->o.file_size_high - td->o.file_size_low; in get_rand_file_size()
805 !(o->nr_files && (o->file_size_low || o->file_size_high))) { in setup_files()
852 f->real_file_size > o->file_size_high) { in setup_files()
859 if (o->file_size_low == o->file_size_high) in setup_files()
Dinit.c590 if (!o->file_size_high) in fixup_options()
591 o->file_size_high = o->file_size_low; in fixup_options()
Doptions.c1646 .off2 = td_var_offset(file_size_high),
/external/fio/engines/
De4defrag.c101 long long __len = td->o.file_size_high - td->o.start_offset; in fio_e4defrag_init()