Searched defs:O_DSYNC (Results 1 - 4 of 4) sorted by relevance

/arch/sparc/include/uapi/asm/
H A Dfcntl.h9 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro
22 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
24 * for O_DSYNC semantics now, but using the correct symbolic name for it.
27 * new headers get at least O_DSYNC semantics on older kernels.
29 * This has the nice side-effect that we can simply test for O_DSYNC
30 * wherever we do not care if O_DSYNC or O_SYNC is used.
35 #define O_SYNC (__O_SYNC|O_DSYNC)
/arch/alpha/include/uapi/asm/
H A Dfcntl.h11 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro
19 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
21 * for O_DSYNC semantics now, but using the correct symbolic name for it.
24 * new headers get at least O_DSYNC semantics on older kernels.
26 * This has the nice side-effect that we can simply test for O_DSYNC
27 * wherever we do not care if O_DSYNC or O_SYNC is used.
32 #define O_SYNC (__O_SYNC|O_DSYNC)
/arch/mips/include/uapi/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)
/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 /* HPUX only */ macro

Completed in 125 milliseconds