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

/linux-master/fs/
H A Dnamespace.c3058 struct mount *mnt_from = real_mount(from->mnt), local
3084 for (struct mount *p = mnt_from; mnt_has_parent(p); p = p->mnt_parent)
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
3098 * If @mnt_to->mnt_parent propagates to @mnt_from this would
3099 * mean propagating a copy @c of @mnt_from on top of @mnt_from.
3100 * Afterwards @mnt_from would be mounted on top of
3102 * @mnt->mnt_parent and remounted on @mnt_from. But since @c is
3103 * already mounted on @mnt_from,
[all...]

Completed in 130 milliseconds