Home
last modified time | relevance | path

Searched defs:O_DIRECT (Results 1 – 25 of 72) sorted by relevance

123

/third_party/ltp/testcases/kernel/fs/fsstress/
Dglobal.h63 #define O_DIRECT 040000 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h15 #define O_DIRECT 0400000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h15 #define O_DIRECT 0400000 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h15 #define O_DIRECT 0100000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h15 #define O_DIRECT 040000 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h15 #define O_DIRECT 040000 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h15 #define O_DIRECT 0100000 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h15 #define O_DIRECT 0100000 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h15 #define O_DIRECT 040000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h15 #define O_DIRECT 0200000 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h15 #define O_DIRECT 040000 macro
/third_party/ltp/include/lapi/
Dfcntl.h14 # define O_DIRECT 040000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs38 pub const O_DIRECT: ::c_int = 0x8000; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
Dmod.rs54 pub const O_DIRECT: ::c_int = 0x40000; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
Dmod.rs60 pub const O_DIRECT: ::c_int = 0x10000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs604 pub const O_DIRECT: ::c_int = 0x4000; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Darm.rs150 pub const O_DIRECT: ::c_int = 0x10000; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
Dmod.rs385 pub const O_DIRECT: ::c_int = 0x4000; constant

123