Searched refs:PerFOContext (Results 1 – 1 of 1) sorted by relevance
80 PFSRTL_PER_FILEOBJECT_CONTEXT TmpPerFOContext, PerFOContext = NULL; in FsRtlLookupPerFileObjectContext() local99 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() local281 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()