ReactOS 0.4.16-dev-336-gb667d82
|
#include <ntifs.h>
Go to the source code of this file.
Classes | |
struct | _MSFS_DEVICE_EXTENSION |
struct | _MSFS_FCB |
struct | _MSFS_DPC_CTX |
struct | _MSFS_CCB |
struct | _MSFS_MESSAGE |
Macros | |
#define | DEFAULTAPI NTAPI |
#define | KeLockMutex(x) |
#define | KeUnlockMutex(x) KeReleaseMutex(x, FALSE); |
Typedefs | |
typedef struct _MSFS_DEVICE_EXTENSION | MSFS_DEVICE_EXTENSION |
typedef struct _MSFS_DEVICE_EXTENSION * | PMSFS_DEVICE_EXTENSION |
typedef struct _MSFS_FCB | MSFS_FCB |
typedef struct _MSFS_FCB * | PMSFS_FCB |
typedef struct _MSFS_DPC_CTX | MSFS_DPC_CTX |
typedef struct _MSFS_DPC_CTX * | PMSFS_DPC_CTX |
typedef struct _MSFS_CCB | MSFS_CCB |
typedef struct _MSFS_CCB * | PMSFS_CCB |
typedef struct _MSFS_MESSAGE | MSFS_MESSAGE |
typedef struct _MSFS_MESSAGE * | PMSFS_MESSAGE |
Variables | |
DRIVER_DISPATCH | MsfsCreate |
DRIVER_DISPATCH | MsfsCreateMailslot |
DRIVER_DISPATCH | MsfsClose |
DRIVER_DISPATCH | MsfsQueryInformation |
DRIVER_DISPATCH | MsfsSetInformation |
DRIVER_DISPATCH | MsfsRead |
DRIVER_DISPATCH | MsfsWrite |
DRIVER_DISPATCH | MsfsFileSystemControl |
IO_CSQ_INSERT_IRP | MsfsInsertIrp |
IO_CSQ_REMOVE_IRP | MsfsRemoveIrp |
IO_CSQ_PEEK_NEXT_IRP | MsfsPeekNextIrp |
IO_CSQ_ACQUIRE_LOCK | MsfsAcquireLock |
IO_CSQ_RELEASE_LOCK | MsfsReleaseLock |
IO_CSQ_COMPLETE_CANCELED_IRP | MsfsCompleteCanceledIrp |
KDEFERRED_ROUTINE | MsfsTimeout |
typedef struct _MSFS_DPC_CTX MSFS_DPC_CTX |
typedef struct _MSFS_MESSAGE MSFS_MESSAGE |
typedef struct _MSFS_DPC_CTX * PMSFS_DPC_CTX |
typedef struct _MSFS_MESSAGE * PMSFS_MESSAGE |
NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
PUNICODE_STRING | RegistryPath | ||
) |
NTSTATUS DEFAULTAPI MsfsClose | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 253 of file create.c.
NTSTATUS DEFAULTAPI MsfsCreate | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 23 of file create.c.
NTSTATUS DEFAULTAPI MsfsCreateMailslot | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 107 of file create.c.
NTSTATUS DEFAULTAPI MsfsFileSystemControl | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 19 of file fsctrl.c.
Definition at line 35 of file msfssup.c.
NTSTATUS DEFAULTAPI MsfsQueryInformation | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 72 of file finfo.c.
NTSTATUS DEFAULTAPI MsfsRead | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 20 of file rw.c.
NTSTATUS DEFAULTAPI MsfsSetInformation | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 136 of file finfo.c.
VOID NTAPI MsfsTimeout | ( | PKDPC | Dpc, |
PVOID | DeferredContext, | ||
PVOID | SystemArgument1, | ||
PVOID | SystemArgument2 | ||
) |
Definition at line 110 of file msfssup.c.
NTSTATUS DEFAULTAPI MsfsWrite | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 132 of file rw.c.
IO_CSQ_ACQUIRE_LOCK MsfsAcquireLock |
Definition at line 117 of file msfs.h.
Referenced by MsfsCreateMailslot().
DRIVER_DISPATCH MsfsClose |
Definition at line 83 of file msfs.h.
Referenced by DriverEntry().
IO_CSQ_COMPLETE_CANCELED_IRP MsfsCompleteCanceledIrp |
Definition at line 125 of file msfs.h.
Referenced by MsfsCreateMailslot().
DRIVER_DISPATCH MsfsCreate |
Definition at line 77 of file msfs.h.
Referenced by DriverEntry().
DRIVER_DISPATCH MsfsCreateMailslot |
Definition at line 80 of file msfs.h.
Referenced by DriverEntry().
DRIVER_DISPATCH MsfsFileSystemControl |
Definition at line 98 of file msfs.h.
Referenced by DriverEntry().
IO_CSQ_INSERT_IRP MsfsInsertIrp |
Definition at line 105 of file msfs.h.
Referenced by MsfsCreateMailslot().
IO_CSQ_PEEK_NEXT_IRP MsfsPeekNextIrp |
Definition at line 113 of file msfs.h.
Referenced by MsfsCreateMailslot().
DRIVER_DISPATCH MsfsQueryInformation |
Definition at line 86 of file msfs.h.
Referenced by DriverEntry().
DRIVER_DISPATCH MsfsRead |
Definition at line 92 of file msfs.h.
Referenced by DriverEntry(), and MsfsWrite().
IO_CSQ_RELEASE_LOCK MsfsReleaseLock |
Definition at line 121 of file msfs.h.
Referenced by MsfsCreateMailslot().
IO_CSQ_REMOVE_IRP MsfsRemoveIrp |
Definition at line 109 of file msfs.h.
Referenced by MsfsCreateMailslot().
DRIVER_DISPATCH MsfsSetInformation |
Definition at line 89 of file msfs.h.
Referenced by DriverEntry().
KDEFERRED_ROUTINE MsfsTimeout |
Definition at line 129 of file msfs.h.
Referenced by MsfsRead().
DRIVER_DISPATCH MsfsWrite |
Definition at line 95 of file msfs.h.
Referenced by DriverEntry().