Searched defs:O_TMPFILE (Results 1 – 4 of 4) sorted by relevance
19 #define O_TMPFILE global() macro
79 pub const O_TMPFILE: u32 = bindings::O_TMPFILE; constant
22 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro