Lines Matching refs:mnt_mounts
205 INIT_LIST_HEAD(&mnt->mnt_mounts);
861 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts);
917 struct list_head *next = p->mnt_mounts.next;
918 if (next == &p->mnt_mounts) {
923 if (next != &p->mnt_parent->mnt_mounts)
933 struct list_head *prev = p->mnt_mounts.prev;
934 while (prev != &p->mnt_mounts) {
936 prev = p->mnt_mounts.prev;
1184 if (unlikely(!list_empty(&mnt->mnt_mounts))) {
1186 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) {
1495 /* Hide the mounts from mnt_mounts */
1524 list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts);
1833 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) {
1931 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) {
3056 next = this_parent->mnt_mounts.next;
3058 while (next != &this_parent->mnt_mounts) {
3068 if (!list_empty(&mnt->mnt_mounts)) {
4008 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) {