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