Lines Matching defs:beneath
2582 * mounted beneath mounts on the same mountpoint.
2695 bool beneath)
2699 if (unlikely(beneath)) {
2718 * @beneath: whether the intention is to mount beneath @path
2736 * top of whatever's overmounting it"; request to mount beneath
2737 * a location - "mount immediately beneath the topmost mount at that
2741 * chosen mountpoint must be allowed to be mounted on. For "beneath"
2747 bool beneath)
2751 if (unlikely(beneath) && !path_mounted(path)) {
2761 m = where_to_mount(path, &dentry, beneath);
2773 n = where_to_mount(path, &d, beneath);
2779 else if (beneath && &m->mnt == path->mnt && !m->overmount)
2825 #define LOCK_MOUNT_MAYBE_BENEATH(mp, path, beneath) \
2827 do_lock_mount((path), &mp, (beneath))
3527 * can_move_mount_beneath - check that we can mount beneath the top mount
3536 * - Prevent mounting beneath a mount if the propagation relationship
3560 * defeats the whole purpose of mounting beneath another mount.
3575 * @mnt_from beneath @mnt_to.
3638 bool beneath = flags & MNT_TREE_BENEATH;
3646 LOCK_MOUNT_MAYBE_BENEATH(mp, new_path, beneath);
3682 if (beneath) {