Searched defs:O_ACCMODE (Results 1 – 2 of 2) sorted by relevance
/linux-6.15/rust/kernel/fs/ | ||
D | file.rs | 89 pub const O_ACCMODE: u32 = bindings::O_ACCMODE; constant |
/linux-6.15/include/uapi/asm-generic/ | ||
D | fcntl.h | 18 #define O_ACCMODE 00000003 macro |