Lines Matching refs:new_rootfs
432 mount_t new_rootfs; in imageboot_mount_image() local
484 new_rootfs = rootvnode->v_mount; in imageboot_mount_image()
485 mount_lock(new_rootfs); in imageboot_mount_image()
486 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_image()
487 mount_unlock(new_rootfs); in imageboot_mount_image()
873 mount_t new_rootfs; in imageboot_mount_ramdisk() local
942 new_rootfs = rootvnode->v_mount; in imageboot_mount_ramdisk()
943 mount_lock(new_rootfs); in imageboot_mount_ramdisk()
944 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_ramdisk()
945 mount_unlock(new_rootfs); in imageboot_mount_ramdisk()
947 set_fake_bootuuid(new_rootfs); in imageboot_mount_ramdisk()