Home
last modified time | relevance | path

Searched refs:O_TMPFILE_MASK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h66 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h80 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h80 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/kernel/linux/linux-5.10/fs/
H A Dopen.c1043 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()

Completed in 4 milliseconds