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

/vbox/src/VBox/Storage/
H A DVCICache.cpp117 uint64_t u64BlockOffset; member in struct:VciCacheExtent
135 uint64_t u64BlockOffset; member in struct:VciTreeNodeInternal
284 uint64_t u64BlockOffset; member in struct:VCINODEINTERNAL
310 uint64_t u64BlockOffset; member in struct:VCICACHEEXTENT
1008 pLeaf->aExtents[idx].u64BlockOffset = RT_LE2H_U64(pExtent->u64BlockOffset);
1033 pInt->aIntNodes[idx].u64BlockOffset = RT_LE2H_U64(pIntImage->u64BlockOffset);
1091 if (offBlockOffset < pInt->u64BlockOffset)
1096 else if (offBlockOffset >= pInt->u64BlockOffset
[all...]

Completed in 47 milliseconds