Searched defs:ImgConvertState (Results 1 – 1 of 1) sorted by relevance
1665 typedef struct ImgConvertState { struct1666 BlockBackend **src;1667 int64_t *src_sectors;1668 int *src_alignment;1669 int src_num;1670 int64_t total_sectors;1671 int64_t allocated_sectors;1672 int64_t allocated_done;1673 int64_t sector_num;1697 } ImgConvertState; argument