Searched refs:mnt_child (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ |
D | mount.h | 69 struct list_head mnt_child; /* and going through their mnt_child */ member
|
/linux-2.6.39/fs/ |
D | namespace.c | 227 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt() 577 list_del_init(&mnt->mnt_child); in detach_mnt() 603 list_add_tail(&mnt->mnt_child, &path->mnt->mnt_mounts); in attach_mnt() 643 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in commit_tree() 654 next = p->mnt_child.next; in next_mnt() 660 return list_entry(next, struct vfsmount, mnt_child); in next_mnt() 667 p = list_entry(prev, struct vfsmount, mnt_child); in skip_mnt_tree() 1251 list_del_init(&p->mnt_child); in umount_tree() 1440 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { in copy_tree() 2145 struct vfsmount *mnt = list_entry(tmp, struct vfsmount, mnt_child); in select_submounts() [all …]
|