ReactOS 0.4.16-dev-106-g10b08aa
|
#include <cc.h>
Public Attributes | |
ERESOURCE | Lock |
PUBLIC_BCB | PFCB |
PROS_VACB | Vacb |
ULONG | PinCount |
CSHORT | RefCount |
LIST_ENTRY | BcbEntry |
LIST_ENTRY _INTERNAL_BCB::BcbEntry |
Definition at line 239 of file cc.h.
Referenced by CcpGetAppropriateBcb(), and CcUnpinRepinnedBcb().
ERESOURCE _INTERNAL_BCB::Lock |
Definition at line 234 of file cc.h.
Referenced by CcpGetAppropriateBcb(), CcpPinData(), CcSetBcbOwnerPointer(), CcUnpinDataForThread(), and CcUnpinRepinnedBcb().
PUBLIC_BCB _INTERNAL_BCB::PFCB |
Definition at line 235 of file cc.h.
Referenced by CcMapData(), CcpGetAppropriateBcb(), CcPinMappedData(), CcpPinData(), CcSetDirtyPinnedData(), and CcUnpinRepinnedBcb().
ULONG _INTERNAL_BCB::PinCount |
Definition at line 237 of file cc.h.
Referenced by CcpGetAppropriateBcb(), CcpPinData(), CcUnpinDataForThread(), and CcUnpinRepinnedBcb().
CSHORT _INTERNAL_BCB::RefCount |
Definition at line 238 of file cc.h.
Referenced by CcMapData(), CcpGetAppropriateBcb(), CcpPinData(), CcRepinBcb(), and CcUnpinRepinnedBcb().
PROS_VACB _INTERNAL_BCB::Vacb |
Definition at line 236 of file cc.h.
Referenced by CcGetFileObjectFromBcb(), CcMapData(), CcpGetAppropriateBcb(), CcpPinData(), CcSetDirtyPinnedData(), CcUnpinDataForThread(), and CcUnpinRepinnedBcb().