OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verifysort
(Results
1 - 5
of
5
) sorted by null
/external/fio/
thread_options.h
90
unsigned int
verifysort
;
member in struct:thread_options
317
uint32_t
verifysort
;
member in struct:thread_options_pack
cconv.c
131
o->
verifysort
= le32_to_cpu(top->
verifysort
);
305
top->
verifysort
= cpu_to_le32(o->
verifysort
);
iolog.c
224
if (((!td->o.
verifysort
) || !td_random(td) || !td->o.overwrite) &&
verify.c
766
* Make rand_seed check pass when have
verifysort
or
769
if (td->o.
verifysort
|| (td->flags & TD_F_VER_BACKLOG))
options.c
[
all
...]
Completed in 36 milliseconds