Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/ltp/testcases/kernel/fs/doio/
H A Dopen_flags.c129 #if O_DSYNC
130 {"O_DSYNC", O_DSYNC},
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h7 #define O_DSYNC 0020 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h7 #define O_DSYNC 0020 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h7 #define O_DSYNC 0020 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h7 #define O_DSYNC 010000 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
H A D2-1.c62 if (aio_fsync(O_DSYNC, &aiocb_fsync) != 0) { in main()
/third_party/libuv/include/uv/
H A Dunix.h434 #if defined(O_DSYNC)
435 # define UV_FS_O_DSYNC O_DSYNC
/third_party/node/deps/uv/include/uv/
H A Dunix.h432 #if defined(O_DSYNC)
433 # define UV_FS_O_DSYNC O_DSYNC
/third_party/musl/libc-test/src/api/
H A Dfcntl.c34 C(O_DSYNC) in f()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c266 case O_DSYNC: in io_thread_func()
338 if (op != O_SYNC && op != O_DSYNC) { in aio_fsync()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c264 case O_DSYNC: in io_thread_func()
339 if (op != O_SYNC && op != O_DSYNC) { in aio_fsync()
/third_party/musl/src/aio/
H A Daio.c273 case O_DSYNC: in io_thread_func()
348 if (op != O_SYNC && op != O_DSYNC) { in aio_fsync()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs49 pub const O_DSYNC: ::c_int = 0x10; consts

Completed in 9 milliseconds

1234