ReactOS 0.4.16-dev-59-gd481587
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TAG_COPY_READ TAG('C', 'o', 'p', 'y') |
#define | TAG_COPY_WRITE TAG('R', 'i', 't', 'e') |
Functions | |
BOOLEAN NTAPI | CcCopyRead (IN PFILE_OBJECT FileObject, IN PLARGE_INTEGER FileOffset, IN ULONG Length, IN BOOLEAN Wait, OUT PVOID Buffer, OUT PIO_STATUS_BLOCK IoStatus) |
VOID NTAPI | CcFastCopyRead (IN PFILE_OBJECT FileObject, IN ULONG FileOffset, IN ULONG Length, IN ULONG PageCount, OUT PVOID Buffer, OUT PIO_STATUS_BLOCK IoStatus) |
BOOLEAN NTAPI | CcCopyWrite (IN PFILE_OBJECT FileObject, IN PLARGE_INTEGER FileOffset, IN ULONG Length, IN BOOLEAN Wait, IN PVOID Buffer) |
VOID NTAPI | CcFastCopyWrite (IN PFILE_OBJECT FileObject, IN ULONG FileOffset, IN ULONG Length, IN PVOID Buffer) |
BOOLEAN NTAPI | CcCanIWrite (IN PFILE_OBJECT FileObject, IN ULONG BytesToWrite, IN BOOLEAN Wait, IN UCHAR Retrying) |
VOID NTAPI | CcDeferWrite (IN PFILE_OBJECT FileObject, IN PCC_POST_DEFERRED_WRITE PostRoutine, IN PVOID Context1, IN PVOID Context2, IN ULONG BytesToWrite, IN BOOLEAN Retrying) |
Variables | |
ULONG | CcFastMdlReadWait |
ULONG | CcFastMdlReadNotPossible |
ULONG | CcFastReadNotPossible |
ULONG | CcFastReadWait |
ULONG | CcFastReadNoWait |
ULONG | CcFastReadResourceMiss |
BOOLEAN NTAPI CcCanIWrite | ( | IN PFILE_OBJECT | FileObject, |
IN ULONG | BytesToWrite, | ||
IN BOOLEAN | Wait, | ||
IN UCHAR | Retrying | ||
) |
Definition at line 214 of file copysup.c.
Referenced by __attribute__(), _Requires_lock_held_(), Ext2WriteFile(), Ext2WriteVolume(), FsRtlCopyWrite(), FsRtlCopyWrite2(), FsRtlPrepareMdlWriteDev(), RxCommonWrite(), UDFCommonWrite(), and VfatWrite().
BOOLEAN NTAPI CcCopyRead | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length, | ||
IN BOOLEAN | Wait, | ||
OUT PVOID | Buffer, | ||
OUT PIO_STATUS_BLOCK | IoStatus | ||
) |
Definition at line 43 of file copysup.c.
Referenced by _Requires_lock_held_(), do_read(), Ext2LoadInodeXattr(), Ext2ReadFile(), Ext2ReadInode(), Ext2ReadVolume(), Ext2RefreshSuper(), FsRtlCopyRead(), FsRtlCopyRead2(), PerformTest(), RxCommonRead(), Test_CcCopyRead(), TestIrpHandler(), UDFCommonRead(), and VfatCommonRead().
BOOLEAN NTAPI CcCopyWrite | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN ULONG | Length, | ||
IN BOOLEAN | Wait, | ||
IN PVOID | Buffer | ||
) |
Definition at line 129 of file copysup.c.
Referenced by __attribute__(), _Requires_lock_held_(), Ext2WriteFile(), Ext2WriteVolume(), FatMarkEaRangeDirty(), FsRtlCopyWrite(), FsRtlCopyWrite2(), RxCommonWrite(), Test_CcCopyWrite(), TestIrpHandler(), UDFCommonWrite(), UDFPurgeCacheEx_(), and VfatWrite().
VOID NTAPI CcDeferWrite | ( | IN PFILE_OBJECT | FileObject, |
IN PCC_POST_DEFERRED_WRITE | PostRoutine, | ||
IN PVOID | Context1, | ||
IN PVOID | Context2, | ||
IN ULONG | BytesToWrite, | ||
IN BOOLEAN | Retrying | ||
) |
Definition at line 225 of file copysup.c.
Referenced by _Requires_lock_held_(), Ext2WriteFile(), Ext2WriteVolume(), RxCommonWrite(), UDFCommonWrite(), and VfatWrite().
VOID NTAPI CcFastCopyRead | ( | IN PFILE_OBJECT | FileObject, |
IN ULONG | FileOffset, | ||
IN ULONG | Length, | ||
IN ULONG | PageCount, | ||
OUT PVOID | Buffer, | ||
OUT PIO_STATUS_BLOCK | IoStatus | ||
) |
Definition at line 117 of file copysup.c.
Referenced by FsRtlCopyRead(), and FsRtlCopyRead2().
VOID NTAPI CcFastCopyWrite | ( | IN PFILE_OBJECT | FileObject, |
IN ULONG | FileOffset, | ||
IN ULONG | Length, | ||
IN PVOID | Buffer | ||
) |
Definition at line 204 of file copysup.c.
Referenced by FsRtlCopyWrite(), and FsRtlCopyWrite2().
ULONG CcFastMdlReadNotPossible |
Definition at line 20 of file copysup.c.
Referenced by FsRtlMdlReadDev().
ULONG CcFastMdlReadWait |
Definition at line 19 of file copysup.c.
Referenced by FsRtlMdlReadDev().
ULONG CcFastReadNotPossible |
Definition at line 21 of file copysup.c.
Referenced by FsRtlCopyRead(), and FsRtlIncrementCcFastReadNotPossible().
ULONG CcFastReadNoWait |
Definition at line 23 of file copysup.c.
Referenced by FsRtlIncrementCcFastReadNoWait().
ULONG CcFastReadResourceMiss |
Definition at line 24 of file copysup.c.
Referenced by FsRtlIncrementCcFastReadResourceMiss().
ULONG CcFastReadWait |
Definition at line 22 of file copysup.c.
Referenced by FsRtlCopyRead(), and FsRtlIncrementCcFastReadWait().