OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_size_low
(Results
1 - 5
of
5
) sorted by null
/external/fio/
filesetup.c
265
sized = td->o.file_size_high - td->o.
file_size_low
;
267
ret += td->o.
file_size_low
;
805
!(o->nr_files && (o->
file_size_low
|| o->file_size_high))) {
815
if (!o->
file_size_low
&& o->nr_files) {
835
if (!o->
file_size_low
) {
851
} else if (f->real_file_size < o->
file_size_low
||
853
if (f->file_offset > o->
file_size_low
)
859
if (o->
file_size_low
== o->file_size_high)
860
f->io_size = o->
file_size_low
- f->file_offset;
thread_options.h
63
unsigned long long
file_size_low
;
member in struct:thread_options
292
uint64_t
file_size_low
;
member in struct:thread_options_pack
cconv.c
90
o->
file_size_low
= le64_to_cpu(top->
file_size_low
);
451
top->
file_size_low
= __cpu_to_le64(o->
file_size_low
);
init.c
591
o->file_size_high = o->
file_size_low
;
[
all
...]
options.c
1645
.off1 = td_var_offset(
file_size_low
),
[
all
...]
Completed in 607 milliseconds