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

/vbox/src/VBox/Storage/
H A DVCICache.cpp106 typedef struct VciCacheExtent struct
122 } VciCacheExtent, *PVciCacheExtent; typedef in typeref:struct:VciCacheExtent
124 AssertCompileSize(VciCacheExtent, 38);
162 /** Node type: Leaf of the tree (VciCacheExtent). */
166 #define VCI_TREE_EXTENTS_PER_NODE ((sizeof(VciTreeNode)-1) / sizeof(VciCacheExtent))

Completed in 38 milliseconds