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

/vbox/src/VBox/Storage/
H A DVCICache.cpp72 uint64_t offBlkMap; member in struct:VciHdr
523 * @param offBlkMap Start of the block bitmap in blocks.
527 static int vciBlkMapLoad(PVCICACHE pStorage, uint64_t offBlkMap, uint32_t cBlkMap, PVCIBLKMAP *ppBlkMap) argument
532 LogFlowFunc(("pStorage=%#p offBlkMap=%llu cBlkMap=%u ppBlkMap=%#p\n",
533 pStorage, offBlkMap, cBlkMap, ppBlkMap));
539 rc = vdIfIoIntFileReadSync(pStorage->pIfIo, pStorage->pStorage, offBlkMap,
543 offBlkMap += VCI_BYTE2BLOCK(sizeof(VciBlkMap));
578 offBlkMap, abBitmapBuffer,
644 offBlkMap += cBlocksRead;
652 offBlkMap, abBitmapBuffe
694 vciBlkMapSave(PVCIBLKMAP pBlkMap, PVCICACHE pStorage, uint64_t offBlkMap, uint32_t cBlkMap) argument
1347 uint64_t offBlkMap = 0; local
[all...]

Completed in 48 milliseconds