Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Dnamespace.c3053 *mnt_to = real_mount(to->mnt), in can_move_mount_beneath() local
3054 *parent_mnt_to = mnt_to->mnt_parent; in can_move_mount_beneath()
3056 if (!mnt_has_parent(mnt_to)) in can_move_mount_beneath()
3062 if (IS_MNT_LOCKED(mnt_to)) in can_move_mount_beneath()
3073 if (&mnt_to->mnt == current->fs->root.mnt) in can_move_mount_beneath()
3079 if (p == mnt_to) 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()
3088 if (propagation_would_overmount(parent_mnt_to, mnt_to, mp)) in can_move_mount_beneath()
3092 * If @mnt_to in can_move_mount_beneath()
[all...]

Completed in 5 milliseconds