Lines Matching defs:uCurrentEndOfFile

178     uint64_t        uCurrentEndOfFile;
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 + sizeof(VHDFooter));
1158 pImage->uCurrentEndOfFile = cbSize;
1162 pImage->uCurrentEndOfFile + sizeof(VHDFooter));
1207 rc = vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->uCurrentEndOfFile,
1665 pExpand->cbEofOld = pImage->uCurrentEndOfFile;
1667 pExpand->idxBlockBe = RT_H2BE_U32(pImage->uCurrentEndOfFile / VHD_SECTOR_SIZE);
1683 pImage->uCurrentEndOfFile,
1706 pImage->uCurrentEndOfFile + (pImage->cDataBlockBitmapSectors + (cSector % pImage->cSectorsPerDataBlock)) * VHD_SECTOR_SIZE,
1744 pImage->uCurrentEndOfFile += pImage->cDataBlockBitmapSectors * VHD_SECTOR_SIZE + pImage->cbDataBlock;
1748 pImage->uCurrentEndOfFile,
1907 cb = pImage->uCurrentEndOfFile + sizeof(VHDFooter);
2620 pImage->uCurrentEndOfFile - cbBlock + VHD_SECTOR_SIZE);
2625 pImage->uCurrentEndOfFile -= cbBlock;
2771 pImage->uCurrentEndOfFile, pvBuf, cbBlock);
2782 pImage->pBlockAllocationTable[idxBlock] = pImage->uCurrentEndOfFile / VHD_SECTOR_SIZE;
2784 pImage->uCurrentEndOfFile += cbBlock;