OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odirect
(Results
1 - 15
of
15
) sorted by null
/external/fio/engines/
mmap.c
194
if (td->o.
odirect
&& ddir_rw(io_u->ddir)) {
214
(o->
odirect
|| o->fsync_blocks || o->fdatasync_blocks)) {
glusterfs.c
150
if (td->o.
odirect
)
sg.c
254
if (td->o.sync_io || td->o.
odirect
|| ddir_sync(io_u->ddir))
343
* we want to do it, regardless of whether
odirect
is set or not
windowsaio.c
171
if (td->o.
odirect
)
/external/fio/
memory.c
221
if (td->o.
odirect
|| td->o.mem_align || td->o.oatomic ||
252
if (td->o.
odirect
|| td->o.oatomic)
ioengines.c
325
td->o.
odirect
) {
423
if (td->error == EINVAL && td->o.
odirect
)
477
if (td->o.
odirect
) {
thread_options.h
82
unsigned int
odirect
;
member in struct:thread_options
311
uint32_t
odirect
;
member in struct:thread_options_pack
cconv.c
122
o->
odirect
= le32_to_cpu(top->
odirect
);
300
top->
odirect
= cpu_to_le32(o->
odirect
);
blktrace.c
456
td->o.
odirect
= 1;
init.c
602
if (o->bs_unaligned && (o->
odirect
|| td->io_ops->flags & FIO_RAWIO))
711
if ((td->io_ops->flags & FIO_SYNCIO) && (td->o.
odirect
|| td->o.sync_io)) {
747
td->o.
odirect
= 1;
1142
if (o->
odirect
)
[
all
...]
backend.c
1048
if (td->o.
odirect
|| td->o.mem_align || td->o.oatomic ||
1067
if (td->o.
odirect
|| td->o.mem_align || td->o.oatomic ||
[
all
...]
filesetup.c
536
if (td->o.
odirect
)
gclient.c
608
sprintf(tmp, "%s %s", o->
odirect
? "direct" : "buffered", ddir_str(o->td_ddir));
[
all
...]
options.c
[
all
...]
/external/fio/t/
dedupe.c
71
static unsigned int
odirect
;
variable
430
if (
odirect
)
554
odirect
= atoi(optarg);
Completed in 128 milliseconds