Searched defs:ImgConvertState (Results 1 – 1 of 1) sorted by relevance
1670 typedef struct ImgConvertState { struct1671 BlockBackend **src;1672 int64_t *src_sectors;1673 int *src_alignment;1674 int src_num;1675 int64_t total_sectors;1676 int64_t allocated_sectors;1677 int64_t allocated_done;1678 int64_t sector_num;1702 } ImgConvertState; argument