Home
last modified time | relevance | path

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

/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h18 #define O_TRUNC (1 << 9) /* not fcntl */ macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h8 #define O_TRUNC (1 << 10) /* not fcntl */ macro
/linux/rust/kernel/fs/
H A Dfile.rs82 pub const O_TRUNC: u32 = bindings::O_TRUNC; constant
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h6 #define O_TRUNC (1 << 10) /* not fcntl */ macro
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h32 #define O_TRUNC global() macro