#include "FsRtlP.h"
Go to the source code of this file.
Defines | |
#define | MySearchList(pHdr, Ptr) for ( Ptr = (pHdr)->Flink; Ptr != (pHdr); Ptr = Ptr->Flink ) |
#define | Dbg (0x80000000) |
Functions | |
NTKERNELAPI NTSTATUS | FsRtlInsertFilterContext (IN PFILE_OBJECT FileObject, IN PFSRTL_FILTER_CONTEXT Ptr) |
NTKERNELAPI PFSRTL_FILTER_CONTEXT | FsRtlLookupFilterContextInternal (IN PFILE_OBJECT FileObject, IN PVOID OwnerId OPTIONAL, IN PVOID InstanceId OPTIONAL) |
NTKERNELAPI PFSRTL_FILTER_CONTEXT | FsRtlRemoveFilterContext (IN PFILE_OBJECT FileObject, IN PVOID OwnerId OPTIONAL, IN PVOID InstanceId OPTIONAL) |
NTKERNELAPI VOID | FsRtlTeardownFilterContexts (IN PLIST_ENTRY FilterContexts) |
|
Definition at line 53 of file filtrctx.c. |
|
Definition at line 46 of file filtrctx.c. Referenced by FsRtlLookupFilterContextInternal(), and FsRtlRemoveFilterContext(). |
|
Definition at line 58 of file filtrctx.c. References ASSERT, FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS, Header, PFSRTL_FILTER_CONTEXT, and Ptr.
|
|
Definition at line 108 of file filtrctx.c. References ASSERT, FSRTL_FILTER_CONTEXT, FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS, Header, _FSRTL_FILTER_CONTEXT::InstanceId, List, MySearchList, NULL, and _FSRTL_FILTER_CONTEXT::OwnerId.
|
|
Definition at line 189 of file filtrctx.c. References ASSERT, FSRTL_FLAG2_SUPPORTS_FILTER_CONTEXTS, Header, _FSRTL_FILTER_CONTEXT::InstanceId, _FSRTL_FILTER_CONTEXT::Links, List, MySearchList, NULL, and _FSRTL_FILTER_CONTEXT::OwnerId.
|
|
Definition at line 276 of file filtrctx.c. References _FSRTL_FILTER_CONTEXT::FreeCallback.
|