Home
last modified time | relevance | path

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

/openbmc/linux/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()
3088 if (propagation_would_overmount(parent_mnt_to, mnt_to, mp)) in can_move_mount_beneath()