ExSetResourceOwnerPointer

VOID __stdcall ExSetResourceOwnerPointer(PERESOURCE Resource, PVOID OwnerPointer){
  if( (Resource->ReservedLowFlags & 1) != 0 )
    KeBugCheckEx(0x1C6u, 0xEui64, (ULONG_PTR)Resource, 0i64, 0i64);
  ExpSetResourceOwnerPointerEx(Resource, OwnerPointer);
}

Referenced by:

CcSetBcbOwnerPointer