Searched refs:new_rootfs (Results 1 – 1 of 1) sorted by relevance
454 mount_t new_rootfs; in imageboot_mount_image() local506 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() local989 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()[all …]