Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dnamespace.c3510 *mnt_to = real_mount(to->mnt), in can_move_mount_beneath() local
3511 *parent_mnt_to = mnt_to->mnt_parent; in can_move_mount_beneath()
3513 if (!mnt_has_parent(mnt_to)) in can_move_mount_beneath()
3519 if (IS_MNT_LOCKED(mnt_to)) in can_move_mount_beneath()
3530 if (&mnt_to->mnt == current->fs->root.mnt) in can_move_mount_beneath()
3536 if (p == mnt_to) in can_move_mount_beneath()
3545 if (propagation_would_overmount(parent_mnt_to, mnt_to, mp)) in can_move_mount_beneath()