|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "npfs.h"
Go to the source code of this file.
Macros | |
| #define | NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_WRITE) |
Functions | |
| BOOLEAN NTAPI | NpCommonWrite (IN PFILE_OBJECT FileObject, IN PVOID Buffer, IN ULONG DataSize, IN PETHREAD Thread, IN PIO_STATUS_BLOCK IoStatus, IN PIRP Irp, IN PLIST_ENTRY List) |
| NTSTATUS NTAPI | NpFsdWrite (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| _Function_class_ (FAST_IO_WRITE) | |
Variables | |
| LONG | NpSlowWriteCalls |
| ULONG | NpFastWriteTrue |
| ULONG | NpFastWriteFalse |
| #define NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_WRITE) |
| _Function_class_ | ( | FAST_IO_WRITE | ) |
Definition at line 213 of file write.c.
| BOOLEAN NTAPI NpCommonWrite | ( | IN PFILE_OBJECT | FileObject, |
| IN PVOID | Buffer, | ||
| IN ULONG | DataSize, | ||
| IN PETHREAD | Thread, | ||
| IN PIO_STATUS_BLOCK | IoStatus, | ||
| IN PIRP | Irp, | ||
| IN PLIST_ENTRY | List | ||
| ) |
Definition at line 26 of file write.c.
Referenced by _Function_class_(), and NpFsdWrite().
Definition at line 175 of file write.c.
Referenced by DriverEntry().
| ULONG NpFastWriteFalse |
Definition at line 20 of file write.c.
Referenced by _Function_class_().
| ULONG NpFastWriteTrue |
Definition at line 19 of file write.c.
Referenced by _Function_class_().
| LONG NpSlowWriteCalls |
Definition at line 18 of file write.c.
Referenced by NpFsdWrite().