ReactOS 0.4.15-dev-7961-gdcf9eb0
_NOCC_BCB Struct Reference

#include <newcc.h>

Collaboration diagram for _NOCC_BCB:

Public Attributes

PUBLIC_BCB Bcb
 
struct _NOCC_CACHE_MAPMap
 
PSECTION SectionObject
 
LARGE_INTEGER FileOffset
 
ULONG Length
 
PVOID BaseAddress
 
BOOLEAN Dirty
 
PVOID OwnerPointer
 
ULONG RefCount
 
LIST_ENTRY ThisFileList
 
KEVENT ExclusiveWait
 
ULONG ExclusiveWaiter
 
BOOLEAN Exclusive
 

Detailed Description

Definition at line 3 of file newcc.h.

Member Data Documentation

◆ BaseAddress

PVOID _NOCC_BCB::BaseAddress

Definition at line 12 of file newcc.h.

Referenced by CcPinRead(), and CcPreparePinWrite().

◆ Bcb

PUBLIC_BCB _NOCC_BCB::Bcb

Definition at line 6 of file newcc.h.

◆ Dirty

BOOLEAN _NOCC_BCB::Dirty

Definition at line 13 of file newcc.h.

Referenced by CcPreparePinWrite(), and CcUnpinRepinnedBcb().

◆ Exclusive

BOOLEAN _NOCC_BCB::Exclusive

Definition at line 23 of file newcc.h.

◆ ExclusiveWait

KEVENT _NOCC_BCB::ExclusiveWait

Definition at line 21 of file newcc.h.

◆ ExclusiveWaiter

ULONG _NOCC_BCB::ExclusiveWaiter

Definition at line 22 of file newcc.h.

◆ FileOffset

LARGE_INTEGER _NOCC_BCB::FileOffset

Definition at line 10 of file newcc.h.

Referenced by CcPinRead(), and CcUnpinRepinnedBcb().

◆ Length

ULONG _NOCC_BCB::Length

Definition at line 11 of file newcc.h.

Referenced by CcPreparePinWrite(), and CcUnpinRepinnedBcb().

◆ Map

struct _NOCC_CACHE_MAP* _NOCC_BCB::Map

Definition at line 8 of file newcc.h.

Referenced by CcUnpinRepinnedBcb().

◆ OwnerPointer

PVOID _NOCC_BCB::OwnerPointer

Definition at line 14 of file newcc.h.

Referenced by CcSetBcbOwnerPointer().

◆ RefCount

ULONG _NOCC_BCB::RefCount

Definition at line 17 of file newcc.h.

Referenced by CcUnpinData().

◆ SectionObject

PSECTION _NOCC_BCB::SectionObject

Definition at line 9 of file newcc.h.

Referenced by CcGetFileObjectFromBcb().

◆ ThisFileList

LIST_ENTRY _NOCC_BCB::ThisFileList

Definition at line 19 of file newcc.h.


The documentation for this struct was generated from the following file: