|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| PDEVICE_OBJECT NTAPI | MmGetDeviceObjectForFile (IN PFILE_OBJECT FileObject) |
| _Function_class_ (IO_COMPLETION_ROUTINE) | |
| NTSTATUS NTAPI | MiSimpleRead (PFILE_OBJECT FileObject, PLARGE_INTEGER FileOffset, PVOID Buffer, ULONG Length, BOOLEAN Paging, PIO_STATUS_BLOCK ReadStatus) |
Variables | |
| KEVENT | CcpLazyWriteEvent |
| _Function_class_ | ( | IO_COMPLETION_ROUTINE | ) |
Definition at line 69 of file io.c.
| NTSTATUS NTAPI MiSimpleRead | ( | PFILE_OBJECT | FileObject, |
| PLARGE_INTEGER | FileOffset, | ||
| PVOID | Buffer, | ||
| ULONG | Length, | ||
| BOOLEAN | Paging, | ||
| PIO_STATUS_BLOCK | ReadStatus | ||
| ) |
Definition at line 109 of file io.c.
Referenced by CcZeroData(), and ExeFmtpReadFile().
| PDEVICE_OBJECT NTAPI MmGetDeviceObjectForFile | ( | IN PFILE_OBJECT | FileObject | ) |
Definition at line 57 of file io.c.
Referenced by MiSimpleRead().
| KEVENT CcpLazyWriteEvent |
Definition at line 53 of file io.c.
Referenced by CcInitializeCacheManager().