|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| VOID NTAPI CcMdlRead | ( | IN PFILE_OBJECT | FileObject, |
| IN PLARGE_INTEGER | FileOffset, | ||
| IN ULONG | Length, | ||
| OUT PMDL * | MdlChain, | ||
| OUT PIO_STATUS_BLOCK | IoStatus | ||
| ) |
Definition at line 64 of file mdlsup.c.
Referenced by _Requires_lock_held_(), do_read(), Ext2ReadFile(), Ext2ReadVolume(), FsRtlMdlReadDev(), and RxCommonRead().
Definition at line 75 of file mdlsup.c.
Referenced by _Dispatch_type_(), CdCompleteMdl(), Ext2ReadComplete(), FatCompleteMdl(), RxCompleteMdl(), and UDFMdlComplete().
Definition at line 83 of file mdlsup.c.
Referenced by FsRtlMdlReadCompleteDev().
| VOID NTAPI CcMdlWriteComplete | ( | IN PFILE_OBJECT | FileObject, |
| IN PLARGE_INTEGER | FileOffset, | ||
| IN PMDL | MdlChain | ||
| ) |
Definition at line 102 of file mdlsup.c.
Referenced by _Dispatch_type_(), Ext2WriteComplete(), FatCompleteMdl(), RxCompleteMdl(), and UDFMdlComplete().
| VOID NTAPI CcMdlWriteComplete2 | ( | IN PFILE_OBJECT | FileObject, |
| IN PLARGE_INTEGER | FileOffset, | ||
| IN PMDL | MdlChain | ||
| ) |
Definition at line 111 of file mdlsup.c.
Referenced by FsRtlMdlWriteCompleteDev().
| PMDL NTAPI CcpBuildCacheMdl | ( | PFILE_OBJECT | FileObject, |
| PLARGE_INTEGER | FileOffset, | ||
| ULONG | Length, | ||
| PIO_STATUS_BLOCK | IOSB | ||
| ) |
Definition at line 22 of file mdlsup.c.
Referenced by CcMdlRead(), and CcPrepareMdlWrite().
| VOID NTAPI CcPrepareMdlWrite | ( | IN PFILE_OBJECT | FileObject, |
| IN PLARGE_INTEGER | FileOffset, | ||
| IN ULONG | Length, | ||
| OUT PMDL * | MdlChain, | ||
| OUT PIO_STATUS_BLOCK | IoStatus | ||
| ) |
Definition at line 91 of file mdlsup.c.
Referenced by __attribute__(), _Requires_lock_held_(), Ext2WriteFile(), Ext2WriteVolume(), FsRtlPrepareMdlWriteDev(), and RxCommonWrite().