Home
last modified time | relevance | path

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

/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h14 #define O_APPEND 0x0008 macro
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 000000010 macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 0x0008 macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h11 #define O_APPEND 00010 macro
/linux/rust/kernel/fs/
H A Dfile.rs21 pub const O_APPEND: u32 = bindings::O_APPEND; constant
/linux/include/uapi/asm-generic/
H A Dfcntl.h35 #define O_APPEND 00002000 macro