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

/vbox/src/VBox/Storage/
H A DQCOW.cpp811 DECLINLINE(uint64_t) qcowClusterAllocate(PQCOWIMAGE pImage, uint32_t cClusters) function
1376 uint64_t offData = qcowClusterAllocate(pImage, 1);
1823 offL2Tbl = qcowClusterAllocate(pImage, qcowByte2Cluster(pImage, pImage->cbL2Table));
1871 uint64_t offData = qcowClusterAllocate(pImage, 1);
2448 uint64_t offData = qcowClusterAllocate(pImage, 1);

Completed in 41 milliseconds