Home
last modified time | relevance | path

Searched refs:__O_TMPFILE (Results 1 – 2 of 2) sorted by relevance

/include/uapi/asm-generic/
Dfcntl.h88 #ifndef __O_TMPFILE
89 #define __O_TMPFILE 020000000 macro
93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/include/linux/
Dfcntl.h12 O_NOATIME | O_CLOEXEC | O_PATH | __O_TMPFILE)