Home
last modified time | relevance | path

Searched refs:LookupContext (Results 1 – 7 of 7) sorted by relevance

/reactos/ntoskrnl/ob/
H A Doblink.c31 OBP_LOOKUP_CONTEXT LookupContext; in ObpProcessDosDeviceSymbolicLink() local
56 ObpInitializeLookupContext(&LookupContext); in ObpProcessDosDeviceSymbolicLink()
141 ObpReleaseLookupContext(&LookupContext); in ObpProcessDosDeviceSymbolicLink()
159 DirectoryLocked = LookupContext.DirectoryLocked; in ObpProcessDosDeviceSymbolicLink()
160 LookupContext.DirectoryLocked = TRUE; in ObpProcessDosDeviceSymbolicLink()
171 &LookupContext); in ObpProcessDosDeviceSymbolicLink()
176 LookupContext.DirectoryLocked = DirectoryLocked; in ObpProcessDosDeviceSymbolicLink()
321 ObpReleaseLookupContext(&LookupContext); in ObpProcessDosDeviceSymbolicLink()
H A Dobname.c455 OUT POBP_LOOKUP_CONTEXT LookupContext, in ObpLookupObjectName() argument
481 ObpInitializeLookupContext(LookupContext); in ObpLookupObjectName()
845 ObpAcquireLookupContextLock(LookupContext, Directory); in ObpLookupObjectName()
854 LookupContext); in ObpLookupObjectName()
917 LookupContext, in ObpLookupObjectName()
981 ObpReleaseLookupContext(LookupContext); in ObpLookupObjectName()
1163 ObpReleaseLookupContext(LookupContext); in ObpLookupObjectName()
H A Dobdir.c512 OBP_LOOKUP_CONTEXT LookupContext; in NtQueryDirectoryObject() local
516 ObpInitializeLookupContext(&LookupContext); in NtQueryDirectoryObject()
569 ObpAcquireDirectoryLockShared(Directory, &LookupContext); in NtQueryDirectoryObject()
733 ObpReleaseDirectoryLock(Directory, &LookupContext); in NtQueryDirectoryObject()
H A Doblife.c1942 OBP_LOOKUP_CONTEXT LookupContext; in NtSetInformationObject() local
1943 ObpInitializeLookupContext(&LookupContext); in NtSetInformationObject()
1946 ObpAcquireDirectoryLockExclusive(Directory, &LookupContext); in NtSetInformationObject()
1948 ObpReleaseDirectoryLock(Directory, &LookupContext); in NtSetInformationObject()
1951 ObpReleaseLookupContext(&LookupContext); in NtSetInformationObject()
H A Dobhandle.c2607 ObpReleaseLookupContext(&TempBuffer->LookupContext); in ObOpenObjectByName()
2621 &TempBuffer->LookupContext, in ObOpenObjectByName()
2626 ObpReleaseLookupContext(&TempBuffer->LookupContext); in ObOpenObjectByName()
2660 ObpReleaseLookupContext(&TempBuffer->LookupContext); in ObOpenObjectByName()
2674 &TempBuffer->LookupContext, in ObOpenObjectByName()
/reactos/sdk/include/psdk/
H A Drpcnsip.h8 RPC_NS_HANDLE LookupContext; member
/reactos/ntoskrnl/include/internal/
H A Dob.h165 OBP_LOOKUP_CONTEXT LookupContext; member
291 OUT POBP_LOOKUP_CONTEXT LookupContext,