HomeSort by relevance Sort by last modified time
    Searched refs:O_SYNC (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
cpuctl_fj_simple_echo.c 57 if ((fd = open(argv[2], O_RDWR | O_SYNC)) == -1)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
12-1.c 34 if (aio_fsync(O_SYNC, &aiocb) != -1) {
3-1.c 61 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
4-1.c 62 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
5-1.c 62 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-1.c 71 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-2.c 71 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-3.c 71 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-4.c 71 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
9-1.c 70 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
  /libcore/ojluni/src/main/native/
io_util.h 34 #ifndef O_SYNC
35 #define O_SYNC O_FSYNC
40 #elif !defined(O_DSYNC) || !defined(O_SYNC)
41 #define O_SYNC (0x0800)
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 63 boolean readable = (mode & (O_RDONLY | O_RDWR | O_SYNC)) != 0;
64 boolean writable = (mode & (O_WRONLY | O_RDWR | O_SYNC)) != 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
67 * the O_SYNC flag. We continue to use the existing numerical value
69 * This new value is used to request true Posix O_SYNC semantics. It is
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
78 #ifndef O_SYNC
80 #define O_SYNC (__O_SYNC|O_DSYNC)
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 32 #define O_SYNC (__O_SYNC | O_DSYNC)
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */
25 * the O_SYNC flag. We continue to use the existing numerical value
27 * This new value is used to request true Posix O_SYNC semantics. It is
32 * wherever we do not care if O_DSYNC or O_SYNC is used.
37 #define O_SYNC (__O_SYNC|O_DSYNC)
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 68 #ifndef O_SYNC
70 #define O_SYNC (__O_SYNC | O_DSYNC)
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
68 * the O_SYNC flag. We continue to use the existing numerical value
70 * This new value is used to request true Posix O_SYNC semantics. It is
75 * wherever we do not care if O_DSYNC or O_SYNC is used.
79 #ifndef O_SYNC
81 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 58 #ifdef O_SYNC
59 #define OPENFLAGS (O_CREAT | O_RDWR | O_SYNC )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 04010000
45 #define O_FSYNC O_SYNC
60 We define the symbols here but let them do the same as O_SYNC since
64 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 32 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
45 #define O_SYNC 04010000
46 #define O_FSYNC O_SYNC
61 We define the symbols here but let them do the same as O_SYNC since
65 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /external/strace/xlat/
open_mode_flags.h 27 #if defined(O_SYNC) || (defined(HAVE_DECL_O_SYNC) && HAVE_DECL_O_SYNC)
28 XLAT(O_SYNC),
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 60 static final int O_SYNC = OsConstants.O_SYNC;
  /bionic/tests/headers/posix/
fcntl_h.c 71 MACRO(O_SYNC);
  /external/strace/tests/
openat.c 94 { ARG_STR(O_SYNC) },
  /external/strace/tests-m32/
openat.c 94 { ARG_STR(O_SYNC) },

Completed in 1023 milliseconds

1 2 3 4 5 6 7