OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_io
(Results
1 - 8
of
8
) sorted by null
/external/fio/
thread_options.h
91
unsigned int
sync_io
;
member in struct:thread_options
320
uint32_t
sync_io
;
member in struct:thread_options_pack
cconv.c
131
o->
sync_io
= le32_to_cpu(top->
sync_io
);
309
top->
sync_io
= cpu_to_le32(o->
sync_io
);
filesetup.c
545
if (td->o.
sync_io
)
init.c
711
if ((td->io_ops->flags & FIO_SYNCIO) && (td->o.odirect || td->o.
sync_io
)) {
[
all
...]
options.c
[
all
...]
/external/fio/engines/
glusterfs.c
152
if (td->o.
sync_io
)
sg.c
254
if (td->o.
sync_io
|| td->o.odirect || ddir_sync(io_u->ddir))
windowsaio.c
173
if (td->o.
sync_io
)
Completed in 559 milliseconds