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

/vbox/src/VBox/Storage/
H A DVCICache.cpp70 uint64_t offTreeRoot; member in struct:VciHdr
359 uint64_t offTreeRoot; member in struct:VCICACHE
1244 Hdr.offTreeRoot = RT_LE2H_U64(Hdr.offTreeRoot);
1251 pCache->offTreeRoot = Hdr.offTreeRoot;
1262 pCache->offTreeRoot, &RootNode,
1266 pCache->pRoot = vciTreeNodeImage2Host(pCache->offTreeRoot, &RootNode);
1358 uint64_t offTreeRoot = 0; local
1359 rc = vciBlkMapAllocate(pCache->pBlkMap, VCI_BYTE2BLOCK(sizeof(VciTreeNode)), VCIBLKMAP_ALLOC_META, &offTreeRoot);
[all...]

Completed in 68 milliseconds