Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dmount.h62 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmount.h62 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c2446 bool detached = flags & OPEN_TREE_CLONE; in SYSCALL_DEFINE3()
2453 AT_SYMLINK_NOFOLLOW | OPEN_TREE_CLONE | in SYSCALL_DEFINE3()
2457 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE)) == AT_RECURSIVE) in SYSCALL_DEFINE3()