Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dpnode.c248 list_add_tail(&child->mnt_hash, tree_list); in propagate_mnt()
254 list_add_tail(&child->mnt_hash, &tmp_list); in propagate_mnt()
262 child = list_first_entry(&tmp_list, struct mount, mnt_hash); in propagate_mnt()
337 list_move_tail(&child->mnt_hash, &mnt->mnt_hash); in __propagate_umount()
352 list_for_each_entry(mnt, list, mnt_hash) in propagate_umount()
Dmount.h19 struct list_head mnt_hash; member
Dnamespace.c188 INIT_LIST_HEAD(&mnt->mnt_hash); in alloc_vfsmnt()
508 p = list_entry(tmp, struct mount, mnt_hash); in __lookup_mnt()
575 list_for_each_entry(p, &mount_hashtable[u], mnt_hash) { in dentry_reset_mounted()
595 list_del_init(&mnt->mnt_hash); in detach_mnt()
619 list_add_tail(&mnt->mnt_hash, mount_hashtable + in attach_mnt()
659 list_add_tail(&mnt->mnt_hash, mount_hashtable + in commit_tree()
1037 mnt = list_first_entry(head, struct mount, mnt_hash); in release_mounts()
1038 list_del_init(&mnt->mnt_hash); in release_mounts()
1067 list_move(&p->mnt_hash, &tmp_list); in umount_tree()
1072 list_for_each_entry(p, &tmp_list, mnt_hash) { in umount_tree()
[all …]