Lines Matching defs:PQCOWIMAGE

248 } QCOWIMAGE, *PQCOWIMAGE;
377 static void qcowHdrConvertFromHostEndianess(PQCOWIMAGE pImage, PQCowHeader pHeader,
491 static int qcowL2TblCacheCreate(PQCOWIMAGE pImage)
506 static void qcowL2TblCacheDestroy(PQCOWIMAGE pImage)
532 static PQCOWL2CACHEENTRY qcowL2TblCacheRetain(PQCOWIMAGE pImage, uint64_t offL2Tbl)
572 static PQCOWL2CACHEENTRY qcowL2TblCacheEntryAlloc(PQCOWIMAGE pImage)
628 static void qcowL2TblCacheEntryFree(PQCOWIMAGE pImage, PQCOWL2CACHEENTRY pL2Entry)
644 static void qcowL2TblCacheEntryInsert(PQCOWIMAGE pImage, PQCOWL2CACHEENTRY pL2Entry)
692 static int qcowL2TblCacheFetch(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, uint64_t offL2Tbl,
743 static void qcowTableMasksInit(PQCOWIMAGE pImage)
768 DECLINLINE(void) qcowConvertLogicalOffset(PQCOWIMAGE pImage, uint64_t off, uint32_t *pidxL1,
787 DECLINLINE(uint64_t) qcowCluster2Byte(PQCOWIMAGE pImage, uint64_t cClusters)
799 DECLINLINE(uint64_t) qcowByte2Cluster(PQCOWIMAGE pImage, uint64_t cb)
811 DECLINLINE(uint64_t) qcowClusterAllocate(PQCOWIMAGE pImage, uint32_t cClusters)
834 static int qcowConvertToImageOffset(PQCOWIMAGE pImage, PVDIOCTX pIoCtx,
887 static int qcowFlushImage(PQCOWIMAGE pImage)
937 static int qcowFlushImageAsync(PQCOWIMAGE pImage, PVDIOCTX pIoCtx)
986 static int qcowFreeImage(PQCOWIMAGE pImage, bool fDelete)
1026 static int qcowOpenImage(PQCOWIMAGE pImage, unsigned uOpenFlags)
1209 static int qcowCreateImage(PQCOWIMAGE pImage, uint64_t cbSize,
1300 static int qcowAsyncClusterAllocRollback(PQCOWIMAGE pImage, PVDIOCTX pIoCtx, PQCOWCLUSTERASYNCALLOC pClusterAlloc)
1343 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1499 PQCOWIMAGE pImage;
1519 pImage = (PQCOWIMAGE)RTMemAllocZ(sizeof(QCOWIMAGE));
1554 PQCOWIMAGE pImage;
1589 pImage = (PQCOWIMAGE)RTMemAllocZ(sizeof(QCOWIMAGE));
1632 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1677 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1692 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1744 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1923 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1941 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1955 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1971 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
1987 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2012 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2039 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2068 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2095 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2123 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2141 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2159 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2186 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2204 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2227 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2245 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2269 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2287 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2310 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2328 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2351 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2369 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2391 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2407 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;
2426 PQCOWIMAGE pImage = (PQCOWIMAGE)pBackendData;