Lines Matching refs:mnt_child
226 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt()
905 list_del_init(&mnt->mnt_child); in unhash_mnt()
967 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in __attach_mnt()
1013 list_del_init(&mnt->mnt_child); in mnt_change_mountpoint()
1055 next = p->mnt_child.next; in next_mnt()
1061 return list_entry(next, struct mount, mnt_child); in next_mnt()
1068 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree()
1321 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { in mntput_no_expire()
1644 list_del_init(&p->mnt_child); in umount_tree()
1671 list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts); in umount_tree()
1985 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { in copy_tree()
2083 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in has_locked_children()
3500 struct mount *mnt = list_entry(tmp, struct mount, mnt_child); in select_submounts()
3522 next = this_parent->mnt_child.next; in select_submounts()
4888 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in mnt_already_visible()