Searched refs:PVCICACHE (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Storage/ |
H A D | VCICache.cpp | 366 } VCICACHE, *PVCICACHE; typedef in typeref:struct:VCICACHE 394 static int vciFlushImage(PVCICACHE pCache) 411 static int vciFreeImage(PVCICACHE pCache, bool fDelete) 527 static int vciBlkMapLoad(PVCICACHE pStorage, uint64_t offBlkMap, uint32_t cBlkMap, PVCIBLKMAP *ppBlkMap) 694 static int vciBlkMapSave(PVCIBLKMAP pBlkMap, PVCICACHE pStorage, uint64_t offBlkMap, uint32_t cBlkMap) 1066 static PVCICACHEEXTENT vciCacheExtentLookup(PVCICACHE pCache, uint64_t offBlockOffset, 1199 static int vciOpenImage(PVCICACHE pCache, unsigned uOpenFlags) 1284 static int vciCreateImage(PVCICACHE pCache, uint64_t cbSize, 1507 PVCICACHE pCache; 1525 pCache = (PVCICACHE)RTMemAlloc [all...] |
Completed in 1599 milliseconds