Home
last modified time | relevance | path

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

/linux/fs/ !
H A Dnamespace.c315 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt()
995 list_del_init(&mnt->mnt_child); in __umount_mnt()
1031 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in make_visible()
1061 list_del_init(&mnt->mnt_child); in mnt_change_mountpoint()
1111 next = p->mnt_child.next; in next_mnt()
1117 return list_entry(next, struct mount, mnt_child); in next_mnt()
1124 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree()
1367 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { in mntput_no_expire_slowpath()
1789 list_del_init(&p->mnt_child); in umount_tree()
1817 list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts); in umount_tree()
[all …]
H A Dpnode.c489 list_del_init(&m->mnt_child); in umount_one()
575 list_for_each_entry(n, &m->mnt_mounts, mnt_child) { in trim_one()
H A Dmount.h62 struct list_head mnt_child; /* and going through their mnt_child */ member