|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| NTSTATUS DfsDriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
| PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 83 of file dfs.c.
Referenced by DriverEntry().
| NTSTATUS DfsFsdCleanup | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
| NTSTATUS DfsFsdClose | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 68 of file dfs.c.
Referenced by MupClose().
| NTSTATUS DfsFsdCreate | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 52 of file dfs.c.
Referenced by MupCreate().
| NTSTATUS DfsFsdFileSystemControl | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 45 of file dfs.c.
Referenced by MupFsControl().
| VOID DfsUnload | ( | PDRIVER_OBJECT | DriverObject | ) |
Definition at line 76 of file dfs.c.
Referenced by DriverEntry(), and MupUnload().
| NTSTATUS NTAPI DfsVolumePassThrough | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 38 of file dfs.c.
Referenced by MupForwardIoRequest().