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

/vbox/src/VBox/Storage/
H A DVHD.cpp203 uint32_t idxBlockBe; member in struct:VHDIMAGEEXPAND
626 pImage->pBlockAllocationTable[pExpand->idxBatAllocated] = RT_BE2H_U32(pExpand->idxBlockBe);
1667 pExpand->idxBlockBe = RT_H2BE_U32(pImage->uCurrentEndOfFile / VHD_SECTOR_SIZE);
1727 &pExpand->idxBlockBe, sizeof(uint32_t), pIoCtx,

Completed in 40 milliseconds