|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| POBJECT_TYPE | ObpDirectoryObjectType = NULL |
| NTSTATUS NTAPI NtCreateDirectoryObject | ( | OUT PHANDLE | DirectoryHandle, |
| IN ACCESS_MASK | DesiredAccess, | ||
| IN POBJECT_ATTRIBUTES | ObjectAttributes | ||
| ) |
Definition at line 765 of file obdir.c.
Referenced by BaseInitializeStaticServerData(), CsrCreateSessionObjectDirectory(), CsrParseServerCommandLine(), ExpCreateSystemRootLink(), ExpInitializeCallbacks(), IopCreateRootDirectories(), NlsInit(), ObInitSystem(), ObpCreateDosDevicesDirectory(), SmpConfigureObjectDirectories(), SmpInitializeKnownDllsInternal(), and SmpLoadDataFromRegistry().
| NTSTATUS NTAPI NtOpenDirectoryObject | ( | OUT PHANDLE | DirectoryHandle, |
| IN ACCESS_MASK | DesiredAccess, | ||
| IN POBJECT_ATTRIBUTES | ObjectAttributes | ||
| ) |
Definition at line 393 of file obdir.c.
Referenced by BaseGetNamedObjectDirectory(), CreateWindowStationW(), GetLogicalDrives(), ListDirectory(), NtOpenObject(), OpenWindowStationW(), QueryDosDeviceW(), ResolveArcNameNtSymLink(), ScmCheckDriver(), ScmGetDriverStatus(), and SmpInitializeDosDevices().
| NTSTATUS NTAPI NtQueryDirectoryObject | ( | IN HANDLE | DirectoryHandle, |
| OUT PVOID | Buffer, | ||
| IN ULONG | BufferLength, | ||
| IN BOOLEAN | ReturnSingleEntry, | ||
| IN BOOLEAN | RestartScan, | ||
| IN OUT PULONG | Context, | ||
| OUT PULONG ReturnLength | OPTIONAL | ||
| ) |
Definition at line 490 of file obdir.c.
Referenced by CEnumNTDirectory::EnumerateNext(), GetLogicalDrives(), ListDirectory(), QueryDosDeviceW(), ScmCheckDriver(), ScmGetDriverStatus(), and SmpTranslateSystemPartitionInformation().
| BOOLEAN NTAPI ObpDeleteEntryDirectory | ( | POBP_LOOKUP_CONTEXT | Context | ) |
Definition at line 344 of file obdir.c.
| POBJECT_DIRECTORY NTAPI ObpGetShadowDirectory | ( | IN POBJECT_DIRECTORY | Directory | ) |
Definition at line 110 of file obdir.c.
Referenced by ObpLookupEntryDirectory().
| BOOLEAN NTAPI ObpInsertEntryDirectory | ( | IN POBJECT_DIRECTORY | Parent, |
| IN POBP_LOOKUP_CONTEXT | Context, | ||
| IN POBJECT_HEADER | ObjectHeader | ||
| ) |
Definition at line 45 of file obdir.c.
Referenced by ObCreateObjectType(), ObInitSystem(), and ObpLookupObjectName().
| PVOID NTAPI ObpLookupEntryDirectory | ( | IN POBJECT_DIRECTORY | Directory, |
| IN PUNICODE_STRING | Name, | ||
| IN ULONG | Attributes, | ||
| IN BOOLEAN | SearchShadow, | ||
| IN POBP_LOOKUP_CONTEXT | Context | ||
| ) |
Definition at line 158 of file obdir.c.
Referenced by ObCreateObjectType(), ObInitSystem(), ObpDeleteNameCheck(), ObpLookupObjectName(), and ObpProcessDosDeviceSymbolicLink().
| POBJECT_TYPE ObpDirectoryObjectType = NULL |
Definition at line 20 of file obdir.c.
Referenced by NtCreateDirectoryObject(), NtOpenDirectoryObject(), and NtQueryDirectoryObject().