Home
last modified time | relevance | path

Searched refs:OPEN_TREE_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dmount.h63 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmount.h63 #define OPEN_TREE_CLOEXEC O_CLOEXEC /* Close the file on execve() */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c2450 BUILD_BUG_ON(OPEN_TREE_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE3()
2454 OPEN_TREE_CLOEXEC)) in SYSCALL_DEFINE3()