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