Searched refs:OPEN_TREE_CLONE (Results 1 – 4 of 4) sorted by relevance
75 #ifndef OPEN_TREE_CLONE76 #define OPEN_TREE_CLONE 1 macro133 fd_tree = sys_open_tree(self->pidfd, "", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC | AT_EMPTY_PATH); in TEST_F()169 fd_tree = sys_open_tree(self->pidfd, "", OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC | AT_EMPTY_PATH); in TEST_F()
64 #define OPEN_TREE_CLONE 1 /* Clone the target tree and attach the clone */ macro
2897 bool detached = flags & OPEN_TREE_CLONE; in SYSCALL_DEFINE3()2904 AT_SYMLINK_NOFOLLOW | OPEN_TREE_CLONE | in SYSCALL_DEFINE3()2908 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE)) == AT_RECURSIVE) in SYSCALL_DEFINE3()