mnt_mounts 49 fs/mount.h struct list_head mnt_mounts; /* list of children, anchored here */ mnt_mounts 204 fs/namespace.c INIT_LIST_HEAD(&mnt->mnt_mounts); mnt_mounts 844 fs/namespace.c list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); mnt_mounts 900 fs/namespace.c struct list_head *next = p->mnt_mounts.next; mnt_mounts 901 fs/namespace.c if (next == &p->mnt_mounts) { mnt_mounts 906 fs/namespace.c if (next != &p->mnt_parent->mnt_mounts) mnt_mounts 916 fs/namespace.c struct list_head *prev = p->mnt_mounts.prev; mnt_mounts 917 fs/namespace.c while (prev != &p->mnt_mounts) { mnt_mounts 919 fs/namespace.c prev = p->mnt_mounts.prev; mnt_mounts 1164 fs/namespace.c if (unlikely(!list_empty(&mnt->mnt_mounts))) { mnt_mounts 1166 fs/namespace.c list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { mnt_mounts 1470 fs/namespace.c list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts); mnt_mounts 1767 fs/namespace.c list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { mnt_mounts 2237 fs/namespace.c list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { mnt_mounts 2927 fs/namespace.c next = this_parent->mnt_mounts.next; mnt_mounts 2929 fs/namespace.c while (next != &this_parent->mnt_mounts) { mnt_mounts 2939 fs/namespace.c if (!list_empty(&mnt->mnt_mounts)) { mnt_mounts 3886 fs/namespace.c list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { mnt_mounts 341 fs/pnode.c if (!list_is_singular(&mnt->mnt_mounts)) mnt_mounts 344 fs/pnode.c child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child); mnt_mounts 382 fs/pnode.c if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) mnt_mounts 398 fs/pnode.c else if (!list_empty(&child->mnt_mounts)) mnt_mounts 457 fs/pnode.c list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { mnt_mounts 486 fs/pnode.c list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) {