Searched refs:ValueCache (Results 1 – 5 of 5) sorted by relevance
440 if (CMP_IS_CELL_CACHED(Kcb->ValueCache.ValueList)) in CmpCleanUpKcbValueCache()443 CachedList = (PULONG_PTR)CMP_GET_CACHED_DATA(Kcb->ValueCache.ValueList); in CmpCleanUpKcbValueCache()444 for (i = 0; i < Kcb->ValueCache.Count; i++) in CmpCleanUpKcbValueCache()455 CmpFree((PVOID)CMP_GET_CACHED_CELL(Kcb->ValueCache.ValueList), 0); in CmpCleanUpKcbValueCache()456 Kcb->ValueCache.ValueList = HCELL_NIL; in CmpCleanUpKcbValueCache()461 if ((Kcb->ValueCache.RealKcb->RefCount == 1) && in CmpCleanUpKcbValueCache()462 !(Kcb->ValueCache.RealKcb->Delete)) in CmpCleanUpKcbValueCache()465 Kcb->ValueCache.RealKcb->ExtFlags |= CM_KCB_NO_DELAY_CLOSE; in CmpCleanUpKcbValueCache()469 CmpDelayDerefKeyControlBlock(Kcb->ValueCache.RealKcb); in CmpCleanUpKcbValueCache()834 Kcb->ValueCache.Count = Node->ValueList.Count; in CmpCreateKeyControlBlock()[all …]
59 ChildList = &Kcb->ValueCache; in CmpGetValueListFromCache()219 ChildList = &Kcb->ValueCache; in CmpFindValueByNameFromCache()737 ASSERT(!CMP_IS_CELL_CACHED(Kcb->ValueCache.ValueList)); in CmpCompareNewValueDataAgainstKCBCache()741 Kcb->ValueCache.Count = KeyNode->ValueList.Count; in CmpCompareNewValueDataAgainstKCBCache()742 Kcb->ValueCache.ValueList = KeyNode->ValueList.List; in CmpCompareNewValueDataAgainstKCBCache()
875 if (Found && CMP_IS_CELL_CACHED(Kcb->ValueCache.ValueList)) in CmSetValueKey()890 Kcb->ValueCache.Count = Parent->ValueList.Count; in CmSetValueKey()891 Kcb->ValueCache.ValueList = Parent->ValueList.List; in CmSetValueKey()1039 ASSERT(!CMP_IS_CELL_CACHED(Kcb->ValueCache.ValueList)); in CmDeleteValueKey()1043 Kcb->ValueCache.Count = ChildList->Count; in CmDeleteValueKey()1044 Kcb->ValueCache.ValueList = ChildList->List; in CmDeleteValueKey()1231 if (Kcb->ValueCache.Count != Parent->ValueList.Count) in CmEnumerateValueKey()1234 Kcb->ValueCache.Count = Parent->ValueList.Count; in CmEnumerateValueKey()1238 if (Index >= Kcb->ValueCache.Count) in CmEnumerateValueKey()1384 ASSERT(Node->ValueList.Count == Kcb->ValueCache.Count); in CmpQueryKeyDataFromCache()[all …]
671 Kcb = (*CachedKcb)->ValueCache.RealKcb; in CmpDoOpen()
295 CACHED_CHILD_LIST ValueCache; member