Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dmount.h40 struct hlist_node mnt_hash; member
Dpnode.c270 hlist_add_head(&child->mnt_hash, list); in propagate_one()
325 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt()
Dnamespace.c225 INIT_HLIST_NODE(&mnt->mnt_hash); in alloc_vfsmnt()
693 hlist_for_each_entry_rcu(p, head, mnt_hash) in __lookup_mnt()
906 hlist_del_init_rcu(&mnt->mnt_hash); in unhash_mnt()
965 hlist_add_head_rcu(&mnt->mnt_hash, in __attach_mnt()
1015 hlist_del_init_rcu(&mnt->mnt_hash); in mnt_change_mountpoint()
2366 hlist_for_each_entry_safe(child, n, &tree_list, mnt_hash) { in attach_recursive_mnt()
2368 hlist_del_init(&child->mnt_hash); in attach_recursive_mnt()
2386 child = hlist_entry(tree_list.first, struct mount, mnt_hash); in attach_recursive_mnt()