Home
last modified time | relevance | path

Searched defs:ns_tree (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dnstree.c14 struct ns_tree { struct
15 struct rb_root ns_tree; member
17 seqlock_t ns_tree_lock; argument
21 struct ns_tree mnt_ns_tree = { argument
101 void __ns_tree_add_raw(struct ns_common *ns, struct ns_tree *ns_tree) in __ns_tree_add_raw()
127 void __ns_tree_remove(struct ns_common *ns, struct ns_tree *ns_tree) in __ns_tree_remove()
180 struct ns_tree *ns_tree; in ns_tree_lookup_rcu() local
215 struct ns_tree *ns_tree, bool previous) in __ns_tree_adjoined_rcu()
/linux/include/linux/
H A Dnstree.h40 static inline void __ns_tree_add(struct ns_common *ns, struct ns_tree *ns_tree) in __ns_tree_add()