ReactOS 0.4.15-dev-8614-gbc76250
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOLEAN NTAPI | FsRtlIsTotalDeviceFailure (IN NTSTATUS NtStatus) |
BOOLEAN NTAPI | FsRtlIsNtstatusExpected (IN NTSTATUS NtStatus) |
NTSTATUS NTAPI | FsRtlNormalizeNtstatus (IN NTSTATUS NtStatusToNormalize, IN NTSTATUS NormalizedNtStatus) |
PVOID NTAPI | FsRtlAllocatePool (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes) |
PVOID NTAPI | FsRtlAllocatePoolWithQuota (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes) |
PVOID NTAPI | FsRtlAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes, IN ULONG Tag) |
PVOID NTAPI | FsRtlAllocatePoolWithTag (IN POOL_TYPE PoolType, IN ULONG NumberOfBytes, IN ULONG Tag) |
Definition at line 116 of file filter.c.
PVOID NTAPI FsRtlAllocatePoolWithQuotaTag | ( | IN POOL_TYPE | PoolType, |
IN ULONG | NumberOfBytes, | ||
IN ULONG | Tag | ||
) |
Definition at line 189 of file filter.c.
Referenced by FatBufferUserBuffer().
PVOID NTAPI FsRtlAllocatePoolWithTag | ( | IN POOL_TYPE | PoolType, |
IN ULONG | NumberOfBytes, | ||
IN ULONG | Tag | ||
) |
Definition at line 229 of file filter.c.
Referenced by _Requires_lock_held_(), _Success_(), CdAddAllocationFromDirent(), CdAllocateFcbTable(), CdCreateIrpContext(), CdInitializeEnumeration(), CdInitializeVcb(), CdMapPathTableBlock(), CdUpdateDirentName(), CdUpdatePathEntryName(), FatAllocateCcb(), FatAllocateFcb(), FatAppendPackedEa(), FatCommonSetEa(), FatConstructNamesInFcb(), FatCreateFcb(), FatEnsureStringBufferEnough(), FatExamineFatEntries(), FatPinEaRange(), FatPreallocateCloseContext(), FatRepinBcb(), FatScanForDataTrack(), FatSetFullNameInFcb(), FatSetRenameInfo(), FatSetupAllocationSupport(), FatVerifyLookupFatEntry(), and FsRtlInitSystem().
Definition at line 61 of file filter.c.
Referenced by _Requires_lock_held_(), CdCreateUserMdl(), CdExceptionFilter(), Ext2ExceptionFilter(), FatBufferUserBuffer(), FatCommonQueryEa(), FatDeferredCleanVolume(), FatExceptionFilter(), FatFlushFat(), FatLockUserBuffer(), FsRtlCopyRead(), FsRtlCopyRead2(), FsRtlCopyWrite(), FsRtlCopyWrite2(), FsRtlMdlReadDev(), FsRtlNormalizeNtstatus(), FsRtlPrepareMdlWriteDev(), RxLockUserBuffer(), UDFExceptionFilter(), and UDFGetRetrievalPointers().
Definition at line 37 of file filter.c.
Referenced by _Requires_lock_held_(), FatPagingFileErrorHandler(), and IopMountVolume().
NTSTATUS NTAPI FsRtlNormalizeNtstatus | ( | IN NTSTATUS | NtStatusToNormalize, |
IN NTSTATUS | NormalizedNtStatus | ||
) |
Definition at line 90 of file filter.c.
Referenced by _Requires_lock_held_(), and CdRaiseStatusEx().