#include "FsRtlP.h"
Go to the source code of this file.
Defines | |
#define | COMPATIBILITY_MODE_KEY_NAME L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\FileSystem" |
#define | COMPATIBILITY_MODE_VALUE_NAME L"Win95TruncatedExtensions" |
#define | KEY_WORK_AREA |
#define | FSRTL_NUMBER_OF_RESOURCES (16) |
#define | _FAT_ FSRTL_FAT_LEGAL |
#define | _HPFS_ FSRTL_HPFS_LEGAL |
#define | _NTFS_ FSRTL_NTFS_LEGAL |
#define | _OLE_ FSRTL_OLE_LEGAL |
#define | _WILD_ FSRTL_WILD_CHARACTER |
Functions | |
NTSTATUS | FsRtlGetCompatibilityModeValue (IN PUNICODE_STRING ValueName, IN OUT PULONG Value) |
BOOLEAN | FsRtlInitSystem () |
PERESOURCE | FsRtlAllocateResource () |
Variables | |
PERESOURCE | FsRtlPagingIoResources |
ULONG | FsRtlPagingIoResourceSelector = 0 |
BOOLEAN | FsRtlSafeExtensions = TRUE |
UCHAR | LocalLegalAnsiCharacterArray [128] |
PUCHAR | FsRtlLegalAnsiCharacterArray = &LocalLegalAnsiCharacterArray[0] |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 23 of file fsrtlpc.c. Referenced by FsRtlGetCompatibilityModeValue(). |
|
Definition at line 24 of file fsrtlpc.c. Referenced by FsRtlInitSystem(). |
|
Definition at line 57 of file fsrtlpc.c. Referenced by FsRtlAllocateResource(), and FsRtlInitSystem(). |
|
Value:
Definition at line 26 of file fsrtlpc.c. Referenced by FsRtlGetCompatibilityModeValue(), and FsRtlGetTunnelParameterValue(). |
|
Definition at line 293 of file fsrtlpc.c. References FSRTL_NUMBER_OF_RESOURCES, FsRtlPagingIoResources, FsRtlPagingIoResourceSelector, and PAGED_CODE.
|
|
Definition at line 323 of file fsrtlpc.c. References ASSERT, Buffer, COMPATIBILITY_MODE_KEY_NAME, ExAllocatePoolWithTag, ExFreePool(), Handle, KEY_WORK_AREA, KeyName, NT_SUCCESS, NTSTATUS(), NULL, ObjectAttributes, PagedPool, Status, and ValueName. Referenced by FsRtlInitSystem().
|
|
Definition at line 215 of file fsrtlpc.c. References COMPATIBILITY_MODE_VALUE_NAME, ExInitializeResource, FALSE, FSRTL_NUMBER_OF_RESOURCES, FsRtlAllocatePool, FsRtlGetCompatibilityModeValue(), FsRtlInitializeFileLocks(), FsRtlInitializeLargeMcbs(), FsRtlInitializeTunnels(), FsRtlInitializeWorkerThread(), FsRtlPagingIoResources, FsRtlpUncSemaphore, FsRtlSafeExtensions, KeInitializeSemaphore(), NonPagedPool, NT_SUCCESS, PAGED_CODE, TRUE, and ValueName.
|
|
|
|
Definition at line 59 of file fsrtlpc.c. Referenced by FsRtlAllocateResource(), and FsRtlInitSystem(). |
|
Definition at line 61 of file fsrtlpc.c. Referenced by FsRtlAllocateResource(). |
|
Definition at line 62 of file fsrtlpc.c. Referenced by FsRtlInitSystem(), and RtlGenerate8dot3Name(). |
|
|