Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Dfiltrctx.c80 PFSRTL_PER_FILEOBJECT_CONTEXT TmpPerFOContext, PerFOContext = NULL; in FsRtlLookupPerFileObjectContext() local
99 PerFOContext = (PFSRTL_PER_FILEOBJECT_CONTEXT)NextEntry; in FsRtlLookupPerFileObjectContext()
109 PerFOContext = TmpPerFOContext; in FsRtlLookupPerFileObjectContext()
118 return PerFOContext; in FsRtlLookupPerFileObjectContext()
262 PFSRTL_PER_FILEOBJECT_CONTEXT TmpPerFOContext, PerFOContext = NULL; in FsRtlRemovePerFileObjectContext() local
281 PerFOContext = (PFSRTL_PER_FILEOBJECT_CONTEXT)NextEntry; in FsRtlRemovePerFileObjectContext()
291 PerFOContext = TmpPerFOContext; in FsRtlRemovePerFileObjectContext()
298 if (PerFOContext) in FsRtlRemovePerFileObjectContext()
300 RemoveEntryList(&(PerFOContext->Links)); in FsRtlRemovePerFileObjectContext()
306 return PerFOContext; in FsRtlRemovePerFileObjectContext()