|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| NTSTATUS NTAPI | FsRecLoadFileSystem (IN PDEVICE_OBJECT DeviceObject, IN PWCHAR DriverServiceName) |
| NTSTATUS NTAPI | FsRecCreate (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| NTSTATUS NTAPI | FsRecClose (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| NTSTATUS NTAPI | FsRecFsControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| VOID NTAPI | FsRecUnload (IN PDRIVER_OBJECT DriverObject) |
| NTSTATUS NTAPI | FsRecRegisterFs (IN PDRIVER_OBJECT DriverObject, IN PDEVICE_OBJECT ParentObject OPTIONAL, OUT PDEVICE_OBJECT *NewDeviceObject OPTIONAL, IN PCWSTR FsName, IN PCWSTR RecognizerName, IN ULONG FsType, IN DEVICE_TYPE DeviceType, IN ULONG AdditionalFlags) |
| NTSTATUS NTAPI | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) |
Variables | |
| PKEVENT | FsRecLoadSync |
| DRIVER_DISPATCH | FsRecCreate |
| DRIVER_DISPATCH | FsRecClose |
| DRIVER_DISPATCH | FsRecFsControl |
| DRIVER_UNLOAD | FsRecUnload |
| NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 324 of file fs_rec.c.
Definition at line 81 of file fs_rec.c.
Definition at line 127 of file fs_rec.c.
Definition at line 23 of file fs_rec.c.
Referenced by FsRecBtrfsFsControl(), FsRecCdfsFsControl(), FsRecExtFsControl(), FsRecFatxFsControl(), FsRecFfsFsControl(), FsRecNtfsFsControl(), FsRecReiserfsFsControl(), FsRecUdfsFsControl(), and FsRecVfatFsControl().
| NTSTATUS NTAPI FsRecRegisterFs | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PDEVICE_OBJECT ParentObject | OPTIONAL, | ||
| OUT PDEVICE_OBJECT *NewDeviceObject | OPTIONAL, | ||
| IN PCWSTR | FsName, | ||
| IN PCWSTR | RecognizerName, | ||
| IN ULONG | FsType, | ||
| IN DEVICE_TYPE | DeviceType, | ||
| IN ULONG | AdditionalFlags | ||
| ) |
Definition at line 223 of file fs_rec.c.
Referenced by DriverEntry().
| VOID NTAPI FsRecUnload | ( | IN PDRIVER_OBJECT | DriverObject | ) |
Definition at line 206 of file fs_rec.c.
| DRIVER_DISPATCH FsRecClose |
Definition at line 109 of file fs_rec.c.
Referenced by DriverEntry().
| DRIVER_DISPATCH FsRecCreate |
Definition at line 78 of file fs_rec.c.
Referenced by DriverEntry().
| DRIVER_DISPATCH FsRecFsControl |
Definition at line 124 of file fs_rec.c.
Referenced by DriverEntry().
| PKEVENT FsRecLoadSync |
Definition at line 17 of file fs_rec.c.
Referenced by DriverEntry(), FsRecLoadFileSystem(), and FsRecUnload().
| DRIVER_UNLOAD FsRecUnload |
Definition at line 203 of file fs_rec.c.
Referenced by DriverEntry().