Lines Matching refs:mnt_child
189 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt()
594 list_del_init(&mnt->mnt_child); in detach_mnt()
621 list_add_tail(&mnt->mnt_child, &real_mount(path->mnt)->mnt_mounts); in attach_mnt()
661 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in commit_tree()
672 next = p->mnt_child.next; in next_mnt()
678 return list_entry(next, struct mount, mnt_child); in next_mnt()
685 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree()
1079 list_del_init(&p->mnt_child); in umount_tree()
1270 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { in copy_tree()
1983 struct mount *mnt = list_entry(tmp, struct mount, mnt_child); in select_submounts()
2005 next = this_parent->mnt_child.next; in select_submounts()