OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:verify_offset
(Results
1 - 6
of
6
) sorted by null
/external/fio/
thread_options.h
110
unsigned int
verify_offset
;
member in struct:thread_options
383
uint32_t
verify_offset
;
member in struct:thread_options_pack
cconv.c
165
o->
verify_offset
= le32_to_cpu(top->
verify_offset
);
374
top->
verify_offset
= cpu_to_le32(o->
verify_offset
);
verify.c
922
if (td->o.
verify_offset
)
923
memswp(p, p + td->o.
verify_offset
, header_size);
1281
if (td->o.
verify_offset
&& hdr_size(td, hdr))
1282
memswp(p, p + td->o.
verify_offset
, hdr_size(td, hdr));
[
all
...]
options.c
[
all
...]
fio.1
[
all
...]
HOWTO
[
all
...]
Completed in 270 milliseconds