ReactOS 0.4.16-dev-287-g2d3f3a1
|
#include "npfs.h"
Go to the source code of this file.
Macros | |
#define | NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_FSCTRL) |
Variables | |
IO_STATUS_BLOCK | NpUserIoStatusBlock |
#define NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_FSCTRL) |
Definition at line 213 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
Definition at line 755 of file fsctrl.c.
Referenced by NpFsdFileSystemControl().
NTSTATUS NTAPI NpCompleteTransceiveIrp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 450 of file fsctrl.c.
Referenced by NpTransceive().
NTSTATUS NTAPI NpDisconnect | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 258 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
Definition at line 857 of file fsctrl.c.
Referenced by DriverEntry().
Definition at line 231 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
NTSTATUS NTAPI NpInternalRead | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN BOOLEAN | Overflow, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 34 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
NTSTATUS NTAPI NpInternalTransceive | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 24 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
NTSTATUS NTAPI NpInternalWrite | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 45 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
NTSTATUS NTAPI NpListen | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 299 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
NTSTATUS NTAPI NpPeek | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 340 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
Definition at line 55 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
Definition at line 222 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
Definition at line 140 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
NTSTATUS NTAPI NpTransceive | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 467 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
Definition at line 654 of file fsctrl.c.
Referenced by NpCommonFileSystemControl().
IO_STATUS_BLOCK NpUserIoStatusBlock |
Definition at line 18 of file fsctrl.c.
Referenced by NpTransceive().