Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dmount.h31 struct hlist_node mnt_hash; member
Dpnode.c261 hlist_add_head(&child->mnt_hash, list); in propagate_one()
318 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt()
Dnamespace.c228 INIT_HLIST_NODE(&mnt->mnt_hash); in alloc_vfsmnt()
623 hlist_for_each_entry_rcu(p, head, mnt_hash) in __lookup_mnt()
641 hlist_for_each_entry_continue(p, mnt_hash) { in __lookup_mnt_last()
806 hlist_del_init_rcu(&mnt->mnt_hash); in unhash_mnt()
855 hlist_add_head_rcu(&mnt->mnt_hash, m_hash(&parent->mnt, mp->m_dentry)); in attach_mnt()
864 hlist_add_behind_rcu(&mnt->mnt_hash, &shadows->mnt_hash); in attach_shadowed()
867 hlist_add_head_rcu(&mnt->mnt_hash, in attach_shadowed()
1918 hlist_for_each_entry_safe(child, n, &tree_list, mnt_hash) { in attach_recursive_mnt()
1920 hlist_del_init(&child->mnt_hash); in attach_recursive_mnt()
1931 child = hlist_entry(tree_list.first, struct mount, mnt_hash); in attach_recursive_mnt()