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

/vbox/src/VBox/Storage/
H A DVHD.cpp1510 uint32_t cBlockAllocationTableEntry = (uOffset / VHD_SECTOR_SIZE) / pImage->cSectorsPerDataBlock; local
1514 LogFlowFunc(("cBlockAllocationTableEntry=%u cBatEntryIndex=%u\n", cBlockAllocationTableEntry, cBATEntryIndex));
1515 LogFlowFunc(("BlockAllocationEntry=%u\n", pImage->pBlockAllocationTable[cBlockAllocationTableEntry]));
1525 if (pImage->pBlockAllocationTable[cBlockAllocationTableEntry] == ~0U)
1529 uVhdOffset = ((uint64_t)pImage->pBlockAllocationTable[cBlockAllocationTableEntry] + pImage->cDataBlockBitmapSectors + cBATEntryIndex) * VHD_SECTOR_SIZE;
1535 ((uint64_t)pImage->pBlockAllocationTable[cBlockAllocationTableEntry]) * VHD_SECTOR_SIZE,
1627 uint32_t cBlockAllocationTableEntry = cSector / pImage->cSectorsPerDataBlock; local
1645 if (pImage->pBlockAllocationTable[cBlockAllocationTableEntry] == ~0U)
1666 pExpand->idxBatAllocated = cBlockAllocationTableEntry;
[all...]

Completed in 369 milliseconds