OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ddir_seq_add
(Results
1 - 4
of
4
) sorted by null
/external/fio/
thread_options.h
48
long long
ddir_seq_add
;
member in struct:thread_options
275
uint64_t
ddir_seq_add
;
member in struct:thread_options_pack
cconv.c
77
o->
ddir_seq_add
= le64_to_cpu(top->
ddir_seq_add
);
442
top->
ddir_seq_add
= __cpu_to_le64(o->
ddir_seq_add
);
io_u.c
282
if (f->last_pos == f->file_offset && td->o.
ddir_seq_add
< 0)
287
pos += td->o.
ddir_seq_add
;
[
all
...]
options.c
331
o->
ddir_seq_add
= 0;
348
o->
ddir_seq_add
= val;
[
all
...]
Completed in 557 milliseconds