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

/vbox/src/VBox/Storage/
H A DVHD.cpp2483 uint32_t offBlocksStart = ~0U; /* Start offset of data blocks in sectors. */ local
2491 if (paBat[i] < offBlocksStart)
2492 offBlocksStart = paBat[i];
2513 unsigned idxBlock = (paBat[i] - offBlocksStart) / pImage->cSectorsPerDataBlock;
2535 unsigned idxBlock = (paBat[i] - offBlocksStart) / pImage->cSectorsPerDataBlock;
2602 + (offBlocksStart * VHD_SECTOR_SIZE);
2609 + (offBlocksStart * VHD_SECTOR_SIZE);
2615 paBat[uBlockData] = i*(pImage->cSectorsPerDataBlock + pImage->cDataBlockBitmapSectors) + offBlocksStart;

Completed in 53 milliseconds