Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Dnamespace.c3052 struct mount *mnt_from = real_mount(from->mnt), in can_move_mount_beneath() local
3078 for (struct mount *p = mnt_from; mnt_has_parent(p); p = p->mnt_parent) in can_move_mount_beneath()
3084 * mean mounting @mnt_from on @mnt_to->mnt_parent and then in can_move_mount_beneath()
3085 * propagating a copy @c of @mnt_from on top of @mnt_to. This in can_move_mount_beneath()
3092 * If @mnt_to->mnt_parent propagates to @mnt_from this would in can_move_mount_beneath()
3093 * mean propagating a copy @c of @mnt_from on top of @mnt_from. in can_move_mount_beneath()
3094 * Afterwards @mnt_from would be mounted on top of in can_move_mount_beneath()
3096 * @mnt->mnt_parent and remounted on @mnt_from. But since @c is in can_move_mount_beneath()
3097 * already mounted on @mnt_from, in can_move_mount_beneath()
[all...]

Completed in 5 milliseconds