Lines Matching refs:mnt_mounts
227 INIT_LIST_HEAD(&mnt->mnt_mounts);
967 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts);
984 * @mnt_hashtable and @parent->mnt_parent->mnt_mounts.
1050 struct list_head *next = p->mnt_mounts.next;
1051 if (next == &p->mnt_mounts) {
1056 if (next != &p->mnt_parent->mnt_mounts)
1066 struct list_head *prev = p->mnt_mounts.prev;
1067 while (prev != &p->mnt_mounts) {
1069 prev = p->mnt_mounts.prev;
1319 if (unlikely(!list_empty(&mnt->mnt_mounts))) {
1321 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) {
1642 /* Hide the mounts from mnt_mounts */
1671 list_add_tail(&p->mnt_child, &p->mnt_parent->mnt_mounts);
1985 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) {
2083 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) {
3488 next = this_parent->mnt_mounts.next;
3490 while (next != &this_parent->mnt_mounts) {
3500 if (!list_empty(&mnt->mnt_mounts)) {
4880 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) {