Lines Matching refs:new_rootfs
454 mount_t new_rootfs; in imageboot_mount_image() local
506 new_rootfs = rootvnode->v_mount; in imageboot_mount_image()
507 mount_lock(new_rootfs); in imageboot_mount_image()
508 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_image()
509 mount_unlock(new_rootfs); in imageboot_mount_image()
914 mount_t new_rootfs; in imageboot_mount_ramdisk() local
989 new_rootfs = rootvnode->v_mount; in imageboot_mount_ramdisk()
990 mount_lock(new_rootfs); in imageboot_mount_ramdisk()
991 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_ramdisk()
992 mount_unlock(new_rootfs); in imageboot_mount_ramdisk()
994 set_fake_bootuuid(new_rootfs); in imageboot_mount_ramdisk()