Home
last modified time | relevance | path

Searched refs:O_DIRECT (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/asm-generic/
Dfcntl.h36 #ifndef O_DIRECT
37 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/external/kernel-headers/original/asm-arm/
Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/external/e2fsprogs/misc/
Dbadblocks.c202 #ifdef O_DIRECT in set_o_direct()
203 int new_flag = O_DIRECT; in set_o_direct()
215 flag = (flag & ~O_DIRECT) | new_flag; in set_o_direct()
/external/qemu/block/
Draw-posix.c88 #ifndef O_DIRECT
89 #define O_DIRECT O_DSYNC macro
147 s->open_flags |= O_DIRECT; in raw_open_common()
/external/strace/
Dfile.c266 #ifdef O_DIRECT
267 { O_DIRECT, "O_DIRECT" },
/external/blktrace/btreplay/
Dbtreplay.c1331 tip->ofd = open(path, O_RDWR | O_DIRECT | oflags); in replay_sub()
/external/e2fsprogs/debian/
Dchangelog1059 * Fix O_DIRECT test to prevent badblocks from screwing up after
1122 * Badblocks will attempt to use O_DIRECT if it is safe to do so.
/external/e2fsprogs/
DRELEASE-NOTES1773 Fix bug in badblocks when using O_DIRECT; we need to make sure that
1891 honors the -c option, and to use O_DIRECT when possible to avoid