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

/vbox/src/VBox/Storage/
H A DQCOW.cpp213 uint32_t cbL1Table; member in struct:QCOWIMAGE
893 && pImage->cbL1Table)
898 uint64_t *paL1TblImg = (uint64_t *)RTMemAllocZ(pImage->cbL1Table);
905 pImage->cbL1Table);
913 pImage->paL1Table, pImage->cbL1Table);
947 uint64_t *paL1TblImg = (uint64_t *)RTMemAllocZ(pImage->cbL1Table);
954 pImage->cbL1Table, pIoCtx, NULL, NULL);
963 pImage->cbL1Table, pIoCtx, NULL, NULL);
1083 pImage->cbL1Table = RT_ALIGN_64(pImage->cL1TableEntries * sizeof(uint64_t), pImage->cbCluster);
1111 pImage->cbL1Table
[all...]

Completed in 65 milliseconds