ReactOS
0.4.15-dev-5608-gafb953a
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
NPAGED_LOOKASIDE_LIST | iBcbLookasideList |
ULONG | CcMapDataWait = 0 |
ULONG | CcMapDataNoWait = 0 |
ULONG | CcPinReadWait = 0 |
ULONG | CcPinReadNoWait = 0 |
ULONG | CcPinMappedDataCount = 0 |
BOOLEAN NTAPI CcMapData | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length, | ||
IN ULONG | Flags, | ||
OUT PVOID * | pBcb, | ||
OUT PVOID * | pBuffer | ||
) |
Definition at line 321 of file pin.c.
|
static |
Definition at line 72 of file pin.c.
Referenced by CcMapData(), CcpGetAppropriateBcb(), CcpPinData(), and CcUnpinDataForThread().
|
static |
Definition at line 39 of file pin.c.
Referenced by CcMapData(), CcpGetAppropriateBcb(), and CcpPinData().
|
static |
Definition at line 108 of file pin.c.
Referenced by CcMapData(), and CcpPinData().
BOOLEAN NTAPI CcPinMappedData | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length, | ||
IN ULONG | Flags, | ||
OUT PVOID * | Bcb | ||
) |
Definition at line 427 of file pin.c.
BOOLEAN NTAPI CcPinRead | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length, | ||
IN ULONG | Flags, | ||
OUT PVOID * | Bcb, | ||
OUT PVOID * | Buffer | ||
) |
Definition at line 472 of file pin.c.
Referenced by CcPreparePinWrite().
|
static |
Definition at line 212 of file pin.c.
Referenced by CcPinMappedData(), and CcPinRead().
BOOLEAN NTAPI CcPreparePinWrite | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length, | ||
IN BOOLEAN | Zero, | ||
IN ULONG | Flags, | ||
OUT PVOID * | Bcb, | ||
OUT PVOID * | Buffer | ||
) |
Definition at line 514 of file pin.c.
Definition at line 600 of file pin.c.
Definition at line 541 of file pin.c.
Definition at line 565 of file pin.c.
Referenced by CcPinMappedData(), and CcpPinData().
Definition at line 578 of file pin.c.
Referenced by CcUnpinData().
VOID NTAPI CcUnpinRepinnedBcb | ( | IN PVOID | Bcb, |
IN BOOLEAN | WriteThrough, | ||
IN PIO_STATUS_BLOCK | IoStatus | ||
) |
Definition at line 615 of file pin.c.
ULONG CcMapDataNoWait = 0 |
Definition at line 29 of file pin.c.
Referenced by CcMapData(), and QSI_DEF().
ULONG CcMapDataWait = 0 |
Definition at line 28 of file pin.c.
Referenced by CcMapData(), and QSI_DEF().
ULONG CcPinMappedDataCount = 0 |
Definition at line 32 of file pin.c.
Referenced by CcPinMappedData(), and QSI_DEF().
ULONG CcPinReadNoWait = 0 |
Definition at line 31 of file pin.c.
Referenced by CcPinRead(), and QSI_DEF().
ULONG CcPinReadWait = 0 |
Definition at line 30 of file pin.c.
Referenced by CcPinRead(), and QSI_DEF().
NPAGED_LOOKASIDE_LIST iBcbLookasideList |
Definition at line 44 of file view.c.
Referenced by CcInitView(), CcpDereferenceBcb(), CcpGetAppropriateBcb(), and CcUnpinRepinnedBcb().