Home
last modified time | relevance | path

Searched defs:O_WRONLY (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/fs/
H A Dfile.rs95 pub const O_WRONLY: u32 = bindings::O_WRONLY; constant
/linux/include/uapi/asm-generic/
H A Dfcntl.h20 #define O_WRONLY 00000001 macro
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h18 #define O_WRONLY 00000001 macro