Searched refs:mnt_child (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ |
D | namespace.c | 229 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt() 805 list_del_init(&mnt->mnt_child); in unhash_mnt() 856 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in attach_mnt() 865 list_add(&mnt->mnt_child, &shadows->mnt_child); in attach_shadowed() 869 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in attach_shadowed() 902 next = p->mnt_child.next; in next_mnt() 908 return list_entry(next, struct mount, mnt_child); in next_mnt() 915 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree() 1105 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { in mntput_no_expire() 1403 list_del_init(&p->mnt_child); in umount_tree() [all …]
|
D | mount.h | 46 struct list_head mnt_child; /* and going through their mnt_child */ member
|
D | pnode.c | 436 list_del_init(&child->mnt_child); in __propagate_umount()
|