HomeSort by relevance Sort by last modified time
    Searched full:file_size_high (Results 1 - 6 of 6) sorted by null

  /external/fio/
thread_options.h 64 unsigned long long file_size_high; member in struct:thread_options
293 uint64_t file_size_high; member in struct:thread_options_pack
cconv.c 91 o->file_size_high = le64_to_cpu(top->file_size_high);
452 top->file_size_high = __cpu_to_le64(o->file_size_high);
filesetup.c 265 sized = td->o.file_size_high - td->o.file_size_low;
805 !(o->nr_files && (o->file_size_low || o->file_size_high))) {
852 f->real_file_size > o->file_size_high) {
859 if (o->file_size_low == o->file_size_high)
init.c 590 if (!o->file_size_high)
591 o->file_size_high = o->file_size_low;
    [all...]
options.c 1646 .off2 = td_var_offset(file_size_high),
    [all...]
  /external/fio/engines/
e4defrag.c 101 long long __len = td->o.file_size_high - td->o.start_offset;

Completed in 234 milliseconds