Searched refs:image_type (Results 1 – 3 of 3) sorted by relevance
155 uint32_t image_type; member199 header->image_type = le32_to_cpu(header->image_type); in vdi_header_to_cpu()223 header->image_type = cpu_to_le32(header->image_type); in vdi_header_to_le()249 logout("image type 0x%04x\n", header->image_type); in vdi_header_print()547 (s->header.image_type == VDI_TYPE_STATIC ? BDRV_BLOCK_RECURSE : 0); in vdi_co_block_status()748 uint32_t image_type; in vdi_co_do_create() local771 image_type = VDI_TYPE_DYNAMIC; in vdi_co_do_create()774 image_type = VDI_TYPE_STATIC; in vdi_co_do_create()782 if (image_type == VDI_TYPE_STATIC) { in vdi_co_do_create()834 header.image_type = image_type; in vdi_co_do_create()[all …]
1928 VHDXImageType image_type; in vhdx_co_create() local1966 image_type = VHDX_TYPE_DYNAMIC; in vhdx_co_create()1969 image_type = VHDX_TYPE_FIXED; in vhdx_co_create()2051 log_size, use_zero_blocks, image_type, in vhdx_co_create()2059 metadata_offset, image_type); in vhdx_co_create()
608 uint8_t image_type, in load_uboot_image() argument635 if (hdr->ih_type != image_type) { in load_uboot_image()636 if (!(image_type == IH_TYPE_KERNEL && in load_uboot_image()639 image_type); in load_uboot_image()