Searched refs:new_rootfs (Results 1 – 1 of 1) sorted by relevance
432 mount_t new_rootfs; in imageboot_mount_image() local484 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()878 mount_t new_rootfs; in imageboot_mount_ramdisk() local947 new_rootfs = rootvnode->v_mount; in imageboot_mount_ramdisk()948 mount_lock(new_rootfs); in imageboot_mount_ramdisk()949 new_rootfs->mnt_flag |= MNT_ROOTFS; in imageboot_mount_ramdisk()950 mount_unlock(new_rootfs); in imageboot_mount_ramdisk()[all …]