ReactOS 0.4.16-dev-550-g2186ce3
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static NTSTATUS | VfatFlushFile (PDEVICE_EXTENSION DeviceExt, PVFATFCB Fcb) |
NTSTATUS | VfatFlushVolume (PDEVICE_EXTENSION DeviceExt, PVFATFCB VolumeFcb) |
NTSTATUS | VfatFlush (PVFAT_IRP_CONTEXT IrpContext) |
NTSTATUS VfatFlush | ( | PVFAT_IRP_CONTEXT | IrpContext | ) |
Definition at line 149 of file flush.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 20 of file flush.c.
Referenced by VfatFlush(), and VfatFlushVolume().
NTSTATUS VfatFlushVolume | ( | PDEVICE_EXTENSION | DeviceExt, |
PVFATFCB | VolumeFcb | ||
) |
Definition at line 51 of file flush.c.
Referenced by VfatDismountVolume(), VfatFlush(), VfatLockOrUnlockVolume(), and VfatShutdown().