ReactOS 0.4.16-dev-297-gc569aee
|
#include "cdprocs.h"
Go to the source code of this file.
Macros | |
#define | BugCheckFileId (CDFS_BUG_CHECK_PREFXSUP) |
Functions | |
PNAME_LINK | CdFindNameLink (_In_ PIRP_CONTEXT IrpContext, _In_ PRTL_SPLAY_LINKS *RootNode, _In_ PUNICODE_STRING Name) |
BOOLEAN | CdInsertNameLink (_In_ PIRP_CONTEXT IrpContext, _Inout_ PRTL_SPLAY_LINKS *RootNode, _In_ PNAME_LINK NameLink) |
VOID | CdInsertPrefix (_In_ PIRP_CONTEXT IrpContext, _Inout_ PFCB Fcb, _In_ PCD_NAME Name, _In_ BOOLEAN IgnoreCase, _In_ BOOLEAN ShortNameMatch, _Inout_ PFCB ParentFcb) |
VOID | CdRemovePrefix (_In_ PIRP_CONTEXT IrpContext, _Inout_ PFCB Fcb) |
_Requires_lock_held_ (_Global_critical_region_) | |
#define BugCheckFileId (CDFS_BUG_CHECK_PREFXSUP) |
Definition at line 22 of file prefxsup.c.
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 287 of file prefxsup.c.
PNAME_LINK CdFindNameLink | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PRTL_SPLAY_LINKS * | RootNode, | ||
_In_ PUNICODE_STRING | Name | ||
) |
Definition at line 465 of file prefxsup.c.
Referenced by _Requires_lock_held_().
BOOLEAN CdInsertNameLink | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PRTL_SPLAY_LINKS * | RootNode, | ||
_In_ PNAME_LINK | NameLink | ||
) |
Definition at line 568 of file prefxsup.c.
Referenced by CdInsertPrefix().
VOID CdInsertPrefix | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb, | ||
_In_ PCD_NAME | Name, | ||
_In_ BOOLEAN | IgnoreCase, | ||
_In_ BOOLEAN | ShortNameMatch, | ||
_Inout_ PFCB | ParentFcb | ||
) |
Definition at line 52 of file prefxsup.c.
VOID CdRemovePrefix | ( | _In_ PIRP_CONTEXT | IrpContext, |
_Inout_ PFCB | Fcb | ||
) |
Definition at line 207 of file prefxsup.c.
Referenced by _Requires_lock_held_().