Searched defs:qedClusterAllocate (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DQED.cpp759 DECLINLINE(uint64_t) qedClusterAllocate(PQEDIMAGE pImage, uint32_t cClusters) function
1470 uint64_t offData = qedClusterAllocate(pImage, 1);
1917 offL2Tbl = qedClusterAllocate(pImage, qedByte2Cluster(pImage, pImage->cbTable));
1966 uint64_t offData = qedClusterAllocate(pImage, 1);
2543 uint64_t offData = qedClusterAllocate(pImage, 1);

Completed in 51 milliseconds