Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnstree.h16 extern struct ns_tree_root cgroup_ns_tree;
17 extern struct ns_tree_root ipc_ns_tree;
18 extern struct ns_tree_root mnt_ns_tree;
19 extern struct ns_tree_root net_ns_tree;
20 extern struct ns_tree_root pid_ns_tree;
21 extern struct ns_tree_root time_ns_tree;
22 extern struct ns_tree_root user_ns_tree;
23 extern struct ns_tree_root uts_ns_tree;
26 void ns_tree_root_init(struct ns_tree_root *root);
29 struct ns_tree_root *root,
[all …]
/linux/kernel/
H A Dnstree.c21 static struct ns_tree_root ns_unified_root = { /* protected by ns_tree_lock */
26 struct ns_tree_root mnt_ns_tree = {
31 struct ns_tree_root net_ns_tree = {
37 struct ns_tree_root uts_ns_tree = {
42 struct ns_tree_root user_ns_tree = {
47 struct ns_tree_root ipc_ns_tree = {
52 struct ns_tree_root pid_ns_tree = {
57 struct ns_tree_root cgroup_ns_tree = {
62 struct ns_tree_root time_ns_tree = {
85 void ns_tree_root_init(struct ns_tree_root *root) in ns_tree_root_init()
[all …]
/linux/include/linux/ns/
H A Dnstree_types.h18 struct ns_tree_root { struct
52 struct ns_tree_root ns_owner_root;