Lines Matching refs:mnt_to
3053 *mnt_to = real_mount(to->mnt),
3054 *parent_mnt_to = mnt_to->mnt_parent;
3056 if (!mnt_has_parent(mnt_to))
3062 if (IS_MNT_LOCKED(mnt_to))
3073 if (&mnt_to->mnt == current->fs->root.mnt)
3079 if (p == mnt_to)
3084 * mean mounting @mnt_from on @mnt_to->mnt_parent and then
3085 * propagating a copy @c of @mnt_from on top of @mnt_to. This
3088 if (propagation_would_overmount(parent_mnt_to, mnt_to, mp))
3092 * If @mnt_to->mnt_parent propagates to @mnt_from this would
3095 * @mnt_to->mnt_parent and @mnt_to would be unmounted from
3097 * already mounted on @mnt_from, @mnt_to would ultimately be
3101 * @mnt_from beneath @mnt_to.