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

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h14 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro
23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
25 * for O_DSYNC semantics now, but using the correct symbolic name for it.
28 * new headers get at least O_DSYNC semantics on older kernels.
30 * This has the nice side-effect that we can simply test for O_DSYNC
31 * wherever we do not care if O_DSYNC or O_SYNC is used.
36 #define O_SYNC (__O_SYNC|O_DSYNC)
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h40 #ifndef O_DSYNC
41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
68 * for O_DSYNC semantics now, but using the correct symbolic name for it.
71 * new headers get at least O_DSYNC semantics on older kernels.
73 * This has the nice side-effect that we can simply test for O_DSYNC
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
80 #define O_SYNC (__O_SYNC|O_DSYNC)
/external/strace/xlat/
H A Dopen_mode_flags.h34 #if defined(O_DSYNC) || (defined(HAVE_DECL_O_DSYNC) && HAVE_DECL_O_DSYNC)
35 XLAT(O_DSYNC),
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_file_permission_unittest.cc119 // O_SYNC can be defined as (__O_SYNC|O_DSYNC)
120 #ifdef O_DSYNC
121 const int kSyncFlag = O_SYNC & ~O_DSYNC;
138 #ifdef O_DSYNC
139 case O_DSYNC:
/external/bison/lib/
H A Dfcntl.in.h211 #ifndef O_DSYNC
212 # define O_DSYNC 0
/external/bison/darwin-lib/
H A Dfcntl.h523 #ifndef O_DSYNC
524 # define O_DSYNC 0 macro
/external/bison/linux-lib/
H A Dfcntl.h523 #ifndef O_DSYNC
524 # define O_DSYNC 0 macro

Completed in 3425 milliseconds