Lines Matching defs:PQEDIMAGE

213 } QEDIMAGE, *PQEDIMAGE;
311 static void qedHdrConvertFromHostEndianess(PQEDIMAGE pImage, PQedHeader pHeader)
367 static int qedL2TblCacheCreate(PQEDIMAGE pImage)
382 static void qedL2TblCacheDestroy(PQEDIMAGE pImage)
408 static PQEDL2CACHEENTRY qedL2TblCacheRetain(PQEDIMAGE pImage, uint64_t offL2Tbl)
448 static PQEDL2CACHEENTRY qedL2TblCacheEntryAlloc(PQEDIMAGE pImage)
504 static void qedL2TblCacheEntryFree(PQEDIMAGE pImage, PQEDL2CACHEENTRY pL2Entry)
520 static void qedL2TblCacheEntryInsert(PQEDIMAGE pImage, PQEDL2CACHEENTRY pL2Entry)
567 static int qedL2TblCacheFetch(PQEDIMAGE pImage, uint64_t offL2Tbl, PQEDL2CACHEENTRY *ppL2Entry)
620 static int qedL2TblCacheFetchAsync(PQEDIMAGE pImage, PVDIOCTX pIoCtx,
690 static void qedTableMasksInit(PQEDIMAGE pImage)
716 DECLINLINE(void) qedConvertLogicalOffset(PQEDIMAGE pImage, uint64_t off, uint32_t *pidxL1,
735 DECLINLINE(uint64_t) qedCluster2Byte(PQEDIMAGE pImage, uint64_t cClusters)
747 DECLINLINE(uint64_t) qedByte2Cluster(PQEDIMAGE pImage, uint64_t cb)
759 DECLINLINE(uint64_t) qedClusterAllocate(PQEDIMAGE pImage, uint32_t cClusters)
782 static int qedConvertToImageOffset(PQEDIMAGE pImage, PVDIOCTX pIoCtx,
816 static int qedFlushImage(PQEDIMAGE pImage)
865 static int qedFlushImageAsync(PQEDIMAGE pImage, PVDIOCTX pIoCtx)
972 static int qedCheckImage(PQEDIMAGE pImage, PQedHeader pHeader)
1132 static int qedFreeImage(PQEDIMAGE pImage, bool fDelete)
1172 static int qedOpenImage(PQEDIMAGE pImage, unsigned uOpenFlags)
1309 static int qedCreateImage(PQEDIMAGE pImage, uint64_t cbSize,
1393 static int qedAsyncClusterAllocRollback(PQEDIMAGE pImage, PVDIOCTX pIoCtx, PQEDCLUSTERASYNCALLOC pClusterAlloc)
1437 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
1593 PQEDIMAGE pImage;
1613 pImage = (PQEDIMAGE)RTMemAllocZ(sizeof(QEDIMAGE));
1648 PQEDIMAGE pImage;
1683 pImage = (PQEDIMAGE)RTMemAllocZ(sizeof(QEDIMAGE));
1726 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
1771 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
1786 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
1838 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2018 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2036 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2050 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2066 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2082 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2107 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2134 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2163 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2190 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2218 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2236 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2254 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2281 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2299 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2322 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2340 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2364 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2382 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2405 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2423 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2446 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2464 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2486 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2502 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2521 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;
2574 PQEDIMAGE pImage = (PQEDIMAGE)pBackendData;