Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h87 #ifndef __O_TMPFILE
88 #define __O_TMPFILE 020000000 macro
92 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h23 #define __O_TMPFILE 040000000 macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h35 #define __O_TMPFILE 0100000000 macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h38 #define __O_TMPFILE 0x2000000 macro
/linux-4.1.27/fs/
Dopen.c884 if (flags & (O_CREAT | __O_TMPFILE)) in build_open_flags()
901 if (flags & __O_TMPFILE) { in build_open_flags()
Dfcntl.c750 __FMODE_EXEC | O_PATH | __O_TMPFILE | in fcntl_init()
Dnamei.c3256 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()