ReactOS 0.4.16-dev-819-g75c0dc0
|
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 266 of file misc.c.
Referenced by VfatBuildRequest().
Definition at line 229 of file misc.c.
BOOLEAN VfatCheckForDismount | ( | IN PDEVICE_EXTENSION | DeviceExt, |
IN BOOLEAN | Force | ||
) |
Definition at line 495 of file misc.c.
Referenced by VfatCleanupFile(), VfatCloseFile(), and VfatShutdown().
|
static |
Definition at line 92 of file misc.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 104 of file misc.c.
Referenced by VfatBuildRequest(), VfatDoRequest(), and VfatHandleDeferredWrite().
Definition at line 337 of file misc.c.
|
static |
Definition at line 257 of file misc.c.
Referenced by VfatDispatchRequest().
Definition at line 443 of file misc.c.
Referenced by DoQuery(), VfatCommonRead(), and VfatWrite().
Definition at line 220 of file misc.c.
Referenced by VfatWrite().
|
static |
Definition at line 61 of file misc.c.
Referenced by VfatDispatchRequest().
Definition at line 460 of file misc.c.
Referenced by DoQuery(), VfatCommonRead(), VfatRead(), and VfatWrite().
|
static |
Definition at line 389 of file misc.c.
Referenced by VfatDispatchRequest().
Definition at line 18 of file misc.c.
Referenced by VfatDispatchRequest().
|
static |
Definition at line 51 of file misc.c.
Referenced by VfatDoRequest(), and VfatQueueRequest().
|
static |
Definition at line 332 of file misc.c.
Referenced by VfatQueueRequest().