#include "FsRtlP.h"
Go to the source code of this file.
Defines | |
#define | Dbg (0x80000000) |
Functions | |
NTSTATUS | FsRtlNormalizeNtstatus (IN NTSTATUS Exception, IN NTSTATUS GenericException) |
BOOLEAN | FsRtlIsNtstatusExpected (IN NTSTATUS Exception) |
PVOID | FsRtlAllocatePool (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes) |
PVOID | FsRtlAllocatePoolWithQuota (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes) |
PVOID | FsRtlAllocatePoolWithTag (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes, IN ULONG Tag) |
PVOID | FsRtlAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes, IN ULONG Tag) |
BOOLEAN | FsRtlIsTotalDeviceFailure (IN NTSTATUS Status) |
|
Definition at line 45 of file fsrtl/filter.c. |
|
Definition at line 124 of file fsrtl/filter.c. References ExAllocatePoolWithTag, ExRaiseStatus(), and NULL.
|
|
Definition at line 169 of file fsrtl/filter.c. References ExAllocatePoolWithQuotaTag, ExRaiseStatus(), and NULL.
|
|
Definition at line 260 of file fsrtl/filter.c. References ExAllocatePoolWithQuotaTag, ExRaiseStatus(), and NULL.
|
|
Definition at line 214 of file fsrtl/filter.c. References ExAllocatePoolWithTag, ExRaiseStatus(), and NULL.
|
|
Definition at line 82 of file fsrtl/filter.c. Referenced by CcExceptionFilter(), FsRtlCancelNotify(), FsRtlCopyRead(), FsRtlCopyWrite(), FsRtlMdlReadDev(), FsRtlNormalizeNtstatus(), FsRtlNotifyFullReportChange(), FsRtlPrepareMdlWriteDev(), LfsExceptionFilter(), UdfCreateUserMdl(), UdfExceptionFilter(), and UdfQueryDirectory().
|
|
Definition at line 304 of file fsrtl/filter.c. References FALSE, NT_SUCCESS, Status, and TRUE. Referenced by IopMountVolume().
|
|
Definition at line 49 of file fsrtl/filter.c. References FsRtlIsNtstatusExpected(). Referenced by CcCopyRead(), CcCopyWrite(), CcFastCopyRead(), CcFastCopyWrite(), CcGetVacbMiss(), CcInitializeCacheMap(), CcMapAndCopy(), CcMdlWriteComplete2(), CcSetFileSizes(), UdfCommonRead(), and UdfNormalizeAndRaiseStatus().
|