ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |||||||
BOOLEAN | NtfsIsIrpTopLevel (PIRP Irp) | ||||||
PNTFS_IRP_CONTEXT | NtfsAllocateIrpContext (PDEVICE_OBJECT DeviceObject, PIRP Irp) | ||||||
VOID | NtfsFileFlagsToAttributes (ULONG NtfsAttributes, PULONG FileAttributes) | ||||||
PVOID | NtfsGetUserBuffer (PIRP Irp, BOOLEAN Paging) | ||||||
NtfsLockUserBuffer | |||||||
@implemented Ensures the IRP has an MDL Address.
| |||||||
NTSTATUS | NtfsLockUserBuffer (IN PIRP Irp, IN ULONG Length, IN LOCK_OPERATION Operation) | ||||||
PNTFS_IRP_CONTEXT NtfsAllocateIrpContext | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 66 of file misc.c.
Referenced by NtfsFsdDispatch().
Definition at line 105 of file misc.c.
Referenced by NtfsGetBasicInformation(), NtfsGetBothDirectoryInformation(), NtfsGetDirectoryInformation(), NtfsGetFullDirectoryInformation(), and NtfsGetNetworkOpenInformation().
Definition at line 120 of file misc.c.
Referenced by GetVolumeBitmap(), NtfsQueryDirectory(), NtfsRead(), and NtfsWrite().
Definition at line 43 of file misc.c.
Referenced by NtfsDispatch().
Definition at line 158 of file misc.c.
Referenced by NtfsWrite().