mnt_child 50 fs/mount.h struct list_head mnt_child; /* and going through their mnt_child */ mnt_child 203 fs/namespace.c INIT_LIST_HEAD(&mnt->mnt_child); mnt_child 809 fs/namespace.c list_del_init(&mnt->mnt_child); mnt_child 844 fs/namespace.c list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); mnt_child 863 fs/namespace.c list_del_init(&mnt->mnt_child); mnt_child 905 fs/namespace.c next = p->mnt_child.next; mnt_child 911 fs/namespace.c return list_entry(next, struct mount, mnt_child); mnt_child 918 fs/namespace.c p = list_entry(prev, struct mount, mnt_child); mnt_child 1166 fs/namespace.c list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { mnt_child 1443 fs/namespace.c list_del_init(&p->mnt_child); mnt_child 1470 fs/namespace.c list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts); mnt_child 1767 fs/namespace.c list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { mnt_child 2237 fs/namespace.c list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { mnt_child 2931 fs/namespace.c struct mount *mnt = list_entry(tmp, struct mount, mnt_child); mnt_child 2953 fs/namespace.c next = this_parent->mnt_child.next; mnt_child 3886 fs/namespace.c list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { mnt_child 344 fs/pnode.c child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child); mnt_child 431 fs/pnode.c list_del_init(&mnt->mnt_child); mnt_child 457 fs/pnode.c list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { mnt_child 486 fs/pnode.c list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) {