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

  /external/fio/
thread_options.h 60 unsigned long long file_size_high; member in struct:thread_options
287 uint64_t file_size_high; member in struct:thread_options_pack
filesetup.c 266 sized = td->o.file_size_high - td->o.file_size_low;
270 sized = td->o.file_size_high - td->o.file_size_low;
810 !(o->nr_files && (o->file_size_low || o->file_size_high))) {
857 f->real_file_size > o->file_size_high) {
864 if (o->file_size_low == o->file_size_high)
cconv.c 88 o->file_size_high = le64_to_cpu(top->file_size_high);
444 top->file_size_high = __cpu_to_le64(o->file_size_high);
init.c 537 if (!o->file_size_high)
538 o->file_size_high = o->file_size_low;
    [all...]
options.c 1629 .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 1197 milliseconds