Searched refs:mnt_child (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | namespace.c | 330 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt() 1010 list_del_init(&mnt->mnt_child); in __umount_mnt() 1046 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in make_visible() 1076 list_del_init(&mnt->mnt_child); in mnt_change_mountpoint() 1126 next = p->mnt_child.next; in next_mnt() 1132 return list_entry(next, struct mount, mnt_child); in next_mnt() 1139 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree() 1396 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { in mntput_no_expire() 1788 list_del_init(&p->mnt_child); in umount_tree() 1816 list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts); in umount_tree() [all …]
|
| H A D | pnode.c | 489 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 D | mount.h | 60 struct list_head mnt_child; /* and going through their mnt_child */ member
|