|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <section_attribs.h>

Go to the source code of this file.
Classes | |
| struct | _DFS_NAME_CONTEXT_ |
Macros | |
| #define | DFS_OPEN_CONTEXT 0xFF444653 |
| #define | DFS_DOWNLEVEL_OPEN_CONTEXT 0x11444653 |
| #define | DFS_CSCAGENT_NAME_CONTEXT 0xAAAAAAAA |
| #define | DFS_USER_NAME_CONTEXT 0xBBBBBBBB |
Typedefs | |
| typedef struct _DFS_NAME_CONTEXT_ | DFS_NAME_CONTEXT |
| typedef struct _DFS_NAME_CONTEXT_ * | PDFS_NAME_CONTEXT |
| typedef struct _DFS_NAME_CONTEXT_ DFS_NAME_CONTEXT |
| typedef struct _DFS_NAME_CONTEXT_ * PDFS_NAME_CONTEXT |
| 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().