|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID | VfatCommonCloseFile (PDEVICE_EXTENSION DeviceExt, PVFATFCB pFcb) |
| VOID NTAPI | VfatCloseWorker (IN PDEVICE_OBJECT DeviceObject, IN PVOID Context) |
| NTSTATUS | VfatPostCloseFile (PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject) |
| NTSTATUS | VfatCloseFile (PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject) |
| NTSTATUS | VfatClose (PVFAT_IRP_CONTEXT IrpContext) |
| NTSTATUS VfatClose | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 212 of file close.c.
Referenced by VfatDispatchRequest().
| NTSTATUS VfatCloseFile | ( | PDEVICE_EXTENSION | DeviceExt, |
| PFILE_OBJECT | FileObject | ||
| ) |
Definition at line 159 of file close.c.
Referenced by VfatClose(), VfatCreateFile(), and vfatPrepareTargetForRename().
Definition at line 55 of file close.c.
Referenced by VfatPostCloseFile().
| VOID VfatCommonCloseFile | ( | PDEVICE_EXTENSION | DeviceExt, |
| PVFATFCB | pFcb | ||
| ) |
Definition at line 19 of file close.c.
Referenced by VfatCloseFile(), and VfatCloseWorker().
| NTSTATUS VfatPostCloseFile | ( | PDEVICE_EXTENSION | DeviceExt, |
| PFILE_OBJECT | FileObject | ||
| ) |
Definition at line 115 of file close.c.
Referenced by VfatCloseFile().