ReactOS 0.4.16-dev-41-ge8c7597
|
#include "ext2fs.h"
Go to the source code of this file.
Functions | |
VOID | Ext2OplockComplete (IN PVOID Context, IN PIRP Irp) |
VOID | Ext2LockIrp (IN PVOID Context, IN PIRP Irp) |
NTSTATUS | Ext2QueueRequest (IN PEXT2_IRP_CONTEXT IrpContext) |
VOID | Ext2DeQueueRequest (IN PVOID Context) |
NTSTATUS | Ext2DispatchRequest (IN PEXT2_IRP_CONTEXT IrpContext) |
NTSTATUS | Ext2BuildRequest (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
Variables | |
PEXT2_GLOBAL | Ext2Global |
NTSTATUS Ext2BuildRequest | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 308 of file dispatch.c.
Definition at line 190 of file dispatch.c.
Referenced by Ext2QueueRequest().
NTSTATUS Ext2DispatchRequest | ( | IN PEXT2_IRP_CONTEXT | IrpContext | ) |
Definition at line 228 of file dispatch.c.
Referenced by Ext2BuildRequest(), and Ext2DeQueueRequest().
Definition at line 94 of file dispatch.c.
Referenced by Ext2CreateFile(), Ext2QueueRequest(), Ext2ReadFile(), and Ext2WriteFile().
Definition at line 45 of file dispatch.c.
Referenced by Ext2CreateFile(), Ext2LockControl(), Ext2ReadFile(), and Ext2WriteFile().
NTSTATUS Ext2QueueRequest | ( | IN PEXT2_IRP_CONTEXT | IrpContext | ) |
Definition at line 158 of file dispatch.c.
Referenced by Ext2Cleanup(), Ext2Create(), Ext2DeferWrite(), Ext2DeleteReparsePoint(), Ext2ExceptionHandler(), Ext2GetReparsePoint(), Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2NotifyChangeDirectory(), Ext2OplockComplete(), Ext2QueryDirectory(), Ext2QueryEa(), Ext2QueryFileInformation(), Ext2QueryRetrievalPointers(), Ext2QueryVolumeInformation(), Ext2ReadFile(), Ext2ReadVolume(), Ext2SetEa(), Ext2SetFileInformation(), Ext2SetReparsePoint(), Ext2SetVolumeInformation(), Ext2ShutDown(), Ext2WriteFile(), and Ext2WriteVolume().
|
extern |