Searched refs:mnt_to (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dnamespace.c3059 *mnt_to = real_mount(to->mnt), local
3060 *parent_mnt_to = mnt_to->mnt_parent;
3062 if (!mnt_has_parent(mnt_to))
3068 if (IS_MNT_LOCKED(mnt_to))
3079 if (&mnt_to->mnt == current->fs->root.mnt)
3085 if (p == mnt_to)
3090 * mean mounting @mnt_from on @mnt_to->mnt_parent and then
3091 * propagating a copy @c of @mnt_from on top of @mnt_to. This
3094 if (propagation_would_overmount(parent_mnt_to, mnt_to, mp))
3098 * If @mnt_to
[all...]

Completed in 111 milliseconds