Home
last modified time | relevance | path

Searched defs:O_TRUNC (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h18 #define O_TRUNC 0x0200 /* not fcntl */ macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h8 #define O_TRUNC 0x0400 /* not fcntl */ macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h6 #define O_TRUNC 02000 /* not fcntl */ macro
/linux/rust/kernel/fs/
H A Dfile.rs75 pub const O_TRUNC: u32 = bindings::O_TRUNC; constant
/linux/include/uapi/asm-generic/
H A Dfcntl.h32 #define O_TRUNC 00001000 /* not fcntl */ macro