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

  /external/fio/
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;
274 ret += td->o.file_size_low;
810 !(o->nr_files && (o->file_size_low || o->file_size_high))) {
820 if (!o->file_size_low && o->nr_files) {
840 if (!o->file_size_low) {
856 } else if (f->real_file_size < o->file_size_low ||
858 if (f->file_offset > o->file_size_low)
864 if (o->file_size_low == o->file_size_high)
865 f->io_size = o->file_size_low - f->file_offset
    [all...]
thread_options.h 59 unsigned long long file_size_low; member in struct:thread_options
286 uint64_t file_size_low; member in struct:thread_options_pack
cconv.c 87 o->file_size_low = le64_to_cpu(top->file_size_low);
443 top->file_size_low = __cpu_to_le64(o->file_size_low);
init.c 538 o->file_size_high = o->file_size_low;
    [all...]
options.c 1628 .off1 = td_var_offset(file_size_low),
    [all...]

Completed in 57 milliseconds