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

/vbox/src/VBox/Storage/
H A DVCICache.cpp42 #define VCI_BLOCK_SIZE 512 macro
83 AssertCompileSize(VciHdr, 2 * VCI_BLOCK_SIZE);
158 AssertCompileSize(VciTreeNode, 8 * VCI_BLOCK_SIZE);
194 AssertCompileSize(VciBlkMap, VCI_BLOCK_SIZE);
451 uint32_t cbBlkMap = RT_ALIGN_Z(cBlocks / sizeof(VciBlkMapEnt) / 8, VCI_BLOCK_SIZE);
473 Assert(!((cbBlkMap + sizeof(VciBlkMap)) % VCI_BLOCK_SIZE));
1293 uint64_t cBlocks = cbSize / VCI_BLOCK_SIZE; /* Size of the cache in blocks. */

Completed in 51 milliseconds