ReactOS
0.4.15-dev-4572-gde972e2
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID | VfatFreeIrpContext (PVFAT_IRP_CONTEXT) |
static PVFAT_IRP_CONTEXT | VfatAllocateIrpContext (PDEVICE_OBJECT, PIRP) |
static NTSTATUS | VfatQueueRequest (PVFAT_IRP_CONTEXT) |
static NTSTATUS | VfatLockControl (IN PVFAT_IRP_CONTEXT IrpContext) |
static NTSTATUS | VfatDeviceControl (IN PVFAT_IRP_CONTEXT IrpContext) |
static NTSTATUS | VfatDispatchRequest (IN PVFAT_IRP_CONTEXT IrpContext) |
VOID NTAPI | VfatHandleDeferredWrite (IN PVOID IrpContext, IN PVOID Unused) |
NTSTATUS NTAPI | VfatBuildRequest (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
static VOID NTAPI | VfatDoRequest (PVOID Context) |
PVOID | VfatGetUserBuffer (IN PIRP Irp, IN BOOLEAN Paging) |
NTSTATUS | VfatLockUserBuffer (IN PIRP Irp, IN ULONG Length, IN LOCK_OPERATION Operation) |
BOOLEAN | VfatCheckForDismount (IN PDEVICE_EXTENSION DeviceExt, IN BOOLEAN Force) |
Variables | |
const char * | MajorFunctionNames [] |
static LONG | QueueCount = 0 |
static WORKER_THREAD_ROUTINE | VfatDoRequest |
|
static |
Definition at line 267 of file misc.c.
Referenced by VfatBuildRequest().
Definition at line 230 of file misc.c.
BOOLEAN VfatCheckForDismount | ( | IN PDEVICE_EXTENSION | DeviceExt, |
IN BOOLEAN | Force | ||
) |
Definition at line 496 of file misc.c.
Referenced by VfatCleanupFile(), VfatCloseFile(), and VfatShutdown().
|
static |
Definition at line 93 of file misc.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 105 of file misc.c.
Referenced by VfatBuildRequest(), VfatDoRequest(), and VfatHandleDeferredWrite().
Definition at line 338 of file misc.c.
|
static |
Definition at line 258 of file misc.c.
Referenced by VfatDispatchRequest().
Definition at line 444 of file misc.c.
Referenced by DoQuery(), VfatCommonRead(), and VfatWrite().
Definition at line 221 of file misc.c.
Referenced by VfatWrite().
|
static |
Definition at line 62 of file misc.c.
Referenced by VfatDispatchRequest().
Definition at line 461 of file misc.c.
Referenced by DoQuery(), VfatCommonRead(), VfatRead(), and VfatWrite().
|
static |
Definition at line 390 of file misc.c.
Referenced by VfatDispatchRequest().
Definition at line 19 of file misc.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 52 of file misc.c.
Referenced by VfatDoRequest(), and VfatQueueRequest().
|
static |
Definition at line 333 of file misc.c.
Referenced by VfatQueueRequest().