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

/vbox/src/VBox/Storage/
H A DVCICache.cpp329 VCICACHEEXTENT aExtents[VCI_TREE_EXTENTS_PER_NODE]; member in struct:VCITREENODELEAF
1006 for (unsigned idx = 0; idx < RT_ELEMENTS(pLeaf->aExtents); idx++)
1008 pLeaf->aExtents[idx].u64BlockOffset = RT_LE2H_U64(pExtent->u64BlockOffset);
1009 pLeaf->aExtents[idx].u32Blocks = RT_LE2H_U32(pExtent->u32Blocks);
1010 pLeaf->aExtents[idx].u64BlockAddr = RT_LE2H_U64(pExtent->u64BlockAddr);
1013 if ( pLeaf->aExtents[idx].u32Blocks
1014 && pLeaf->aExtents[idx].u64BlockAddr)
1149 PVCICACHEEXTENT pExtentCur = &pLeaf->aExtents[idxCur];
1176 *ppNextBestFit = &pLeaf->aExtents[idxCur + 1];

Completed in 54 milliseconds