Searched refs:mnt_hash (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | mount.h | 35 struct hlist_node mnt_hash; member
|
D | pnode.c | 272 hlist_add_head(&child->mnt_hash, list); in propagate_one() 328 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt()
|
D | namespace.c | 203 INIT_HLIST_NODE(&mnt->mnt_hash); in alloc_vfsmnt() 615 hlist_for_each_entry_rcu(p, head, mnt_hash) in __lookup_mnt() 812 hlist_del_init_rcu(&mnt->mnt_hash); in unhash_mnt() 844 hlist_add_head_rcu(&mnt->mnt_hash, in __attach_mnt() 867 hlist_del_init_rcu(&mnt->mnt_hash); in mnt_change_mountpoint() 2115 hlist_for_each_entry_safe(child, n, &tree_list, mnt_hash) { in attach_recursive_mnt() 2117 hlist_del_init(&child->mnt_hash); in attach_recursive_mnt() 2135 child = hlist_entry(tree_list.first, struct mount, mnt_hash); in attach_recursive_mnt()
|