Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/linux-4.1.27/fs/
Dopen.c902 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()