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

/vbox/src/VBox/Storage/
H A DVCICache.cpp288 VCITREENODEPTR PtrChild; member in struct:VCINODEINTERNAL
1035 pInt->aIntNodes[idx].PtrChild.fInMemory = false;
1036 pInt->aIntNodes[idx].PtrChild.u.offAddrBlockNode = RT_LE2H_U64(pIntImage->u64ChildAddr);
1040 && pInt->aIntNodes[idx].PtrChild.u.offAddrBlockNode)
1104 if (pInt->PtrChild.fInMemory)
1105 pNodeCur = pInt->PtrChild.u.pNode;
1113 VCI_BLOCK2BYTE(pInt->PtrChild.u.offAddrBlockNode),
1117 pNodeNew = vciTreeNodeImage2Host(pInt->PtrChild.u.offAddrBlockNode, &NodeTree);
1121 pInt->PtrChild.fInMemory = true;
1122 pInt->PtrChild
[all...]

Completed in 47 milliseconds