Home
last modified time | relevance | path

Searched defs:O_SYNC (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/rust/kernel/fs/
H A Dfile.rs69 pub const O_SYNC: u32 = bindings::O_SYNC; constant
/linux/include/uapi/asm-generic/
H A Dfcntl.h80 #define O_SYNC (__O_SYNC|O_DSYNC) macro