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

/vbox/src/VBox/Storage/
H A DVHD.cpp180 uint32_t cDataBlockBitmapSectors; member in struct:VHDIMAGE
743 pImage->cDataBlockBitmapSectors = pImage->cbDataBlockBitmap / VHD_SECTOR_SIZE;
746 pImage->cDataBlockBitmapSectors++;
748 LogFlowFunc(("cDataBlockBitmapSectors=%u\n", pImage->cDataBlockBitmapSectors));
1026 pImage->cDataBlockBitmapSectors = pImage->cbDataBlockBitmap / VHD_SECTOR_SIZE;
1029 pImage->cDataBlockBitmapSectors++;
1529 uVhdOffset = ((uint64_t)pImage->pBlockAllocationTable[cBlockAllocationTableEntry] + pImage->cDataBlockBitmapSectors + cBATEntryIndex) * VHD_SECTOR_SIZE;
1659 PVHDIMAGEEXPAND pExpand = (PVHDIMAGEEXPAND)RTMemAllocZ(RT_OFFSETOF(VHDIMAGEEXPAND, au8Bitmap[pImage->cDataBlockBitmapSectors * VHD_SECTOR_SIZE]));
1685 pImage->cDataBlockBitmapSectors * VHD_SECTOR_SIZ
[all...]

Completed in 57 milliseconds