Searched refs:OPEN_TREE_NAMESPACE (Results 1 – 2 of 2) sorted by relevance
65 #define OPEN_TREE_NAMESPACE (1 << 1) /* Clone the target tree into a new mount namespace */ macro
3196 OPEN_TREE_CLOEXEC | OPEN_TREE_NAMESPACE)) in vfs_open_tree()3199 if ((flags & (AT_RECURSIVE | OPEN_TREE_CLONE | OPEN_TREE_NAMESPACE)) == in vfs_open_tree()3203 if (hweight32(flags & (OPEN_TREE_CLONE | OPEN_TREE_NAMESPACE)) > 1) in vfs_open_tree()3216 if ((flags & OPEN_TREE_NAMESPACE) && in vfs_open_tree()3228 if (flags & OPEN_TREE_NAMESPACE) in vfs_open_tree()