Home
last modified time | relevance | path

Searched defs:O_DSYNC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h13 #define O_DSYNC 001000000 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h10 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h12 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
/openbmc/qemu/block/
H A Dfile-posix.c116 #define O_DSYNC O_SYNC macro
118 #define O_DSYNC O_FSYNC macro