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

/vbox/src/VBox/Storage/
H A DVHD.cpp178 uint64_t uCurrentEndOfFile; member in struct:VHDIMAGE
488 pImage->uCurrentEndOfFile, &pImage->vhdFooterCopy,
661 pImage->uCurrentEndOfFile = pExpand->cbEofOld;
663 pImage->uCurrentEndOfFile,
816 pImage->uCurrentEndOfFile = FileSize - sizeof(VHDFooter);
818 rc = vdIfIoIntFileReadSync(pImage->pIfIo, pImage->pStorage, pImage->uCurrentEndOfFile,
1049 pImage->uCurrentEndOfFile = vhdAllocateParentLocators(pImage, &DynamicDiskHeader,
1052 pImage->uCurrentEndOfFile = pImage->uBlockAllocationTableOffset + u32BlockAllocationTableSectors * VHD_SECTOR_SIZE;
1055 pvTmp = RTMemTmpAllocZ(pImage->uCurrentEndOfFile + sizeof(VHDFooter));
1060 pImage->uCurrentEndOfFile
[all...]

Completed in 38 milliseconds