Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) macro
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1054 if ((flags & O_TMPFILE_MASK) != O_TMPFILE) in build_open_flags()