OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_DIRECT
(Results
126 - 141
of
141
) sorted by null
1
2
3
4
5
6
/bionic/libc/kernel/uapi/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/development/ndk/platforms/android-L/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/external/fio/os/
os-windows.h
54
* Windows doesn't have
O_DIRECT
or O_SYNC, so define them
58
#define
O_DIRECT
0x1000000
/external/kernel-headers/original/uapi/asm-generic/
fcntl.h
46
#ifndef
O_DIRECT
47
#define
O_DIRECT
00040000 /* direct disk access hint */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
fcntl.h
36
#ifndef
O_DIRECT
37
#define
O_DIRECT
00040000 /* direct disk access hint */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h
36
#ifndef
O_DIRECT
37
#define
O_DIRECT
00040000 /* direct disk access hint */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
fcntl.h
57
#ifndef
O_DIRECT
59
#define
O_DIRECT
00040000
/external/qemu/block/
raw-posix.c
90
/* Approximate
O_DIRECT
with O_DSYNC if
O_DIRECT
isn't available */
91
#ifndef
O_DIRECT
92
#define
O_DIRECT
O_DSYNC
145
* and
O_DIRECT
for no caching. */
147
s->open_flags |=
O_DIRECT
;
228
* opened with
O_DIRECT
. buf must be aligned to 512 bytes then.
231
* that
O_DIRECT
is not in effect.
281
* opened with
O_DIRECT
. buf must be aligned to 512 bytes then.
284
* that
O_DIRECT
is not in effect
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h
49
# define
O_DIRECT
040000 /* Direct disk access. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h
49
# define
O_DIRECT
040000 /* Direct disk access. */
/external/stressapptest/src/
worker.cc
119
#if !defined(
O_DIRECT
)
122
#define
O_DIRECT
0
[
all
...]
Completed in 2560 milliseconds
1
2
3
4
5
6