Home
last modified time | relevance | path

Searched refs:OPEN_TREE_NAMESPACE (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h65 #define OPEN_TREE_NAMESPACE (1 << 1) /* Clone the target tree into a new mount namespace */ macro
/linux/fs/
H A Dnamespace.c3196 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()