ReactOS 0.4.16-dev-747-gbc52d5f
|
#include "fatprocs.h"
Go to the source code of this file.
Macros | |
#define | Dbg (DEBUG_TRACE_NAMESUP) |
Functions | |
BOOLEAN | FatIsNameInExpression (IN PIRP_CONTEXT IrpContext, IN OEM_STRING Expression, IN OEM_STRING Name) |
VOID | FatStringTo8dot3 (_In_ PIRP_CONTEXT IrpContext, _In_ OEM_STRING InputString, _Out_writes_bytes_(11) PFAT8DOT3 Output8dot3) |
VOID | Fat8dot3ToString (_In_ PIRP_CONTEXT IrpContext, _In_ PDIRENT Dirent, _In_ BOOLEAN RestoreCase, _Out_ POEM_STRING OutputString) |
_Requires_lock_held_ (_Global_critical_region_) | |
VOID | FatUnicodeToUpcaseOem (IN PIRP_CONTEXT IrpContext, IN POEM_STRING OemString, IN PUNICODE_STRING UnicodeString) |
VOID | FatEvaluateNameCase (IN PIRP_CONTEXT IrpContext, IN PUNICODE_STRING UnicodeName, IN OUT BOOLEAN *AllLowerComponent, IN OUT BOOLEAN *AllLowerExtension, IN OUT BOOLEAN *CreateLfn) |
BOOLEAN | FatSpaceInName (IN PIRP_CONTEXT IrpContext, IN PUNICODE_STRING UnicodeName) |
VOID | FatUnicodeRestoreShortNameCase (IN PUNICODE_STRING ShortNameWithCase, IN BOOLEAN LowerCase8, IN BOOLEAN LowerCase3) |
_Requires_lock_held_ | ( | _Global_critical_region_ | ) |
Definition at line 376 of file namesup.c.
VOID Fat8dot3ToString | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ PDIRENT | Dirent, | ||
_In_ BOOLEAN | RestoreCase, | ||
_Out_ POEM_STRING | OutputString | ||
) |
Definition at line 179 of file namesup.c.
Referenced by _Requires_lock_held_(), and FatConstructNamesInFcb().
VOID FatEvaluateNameCase | ( | IN PIRP_CONTEXT | IrpContext, |
IN PUNICODE_STRING | UnicodeName, | ||
IN OUT BOOLEAN * | AllLowerComponent, | ||
IN OUT BOOLEAN * | AllLowerExtension, | ||
IN OUT BOOLEAN * | CreateLfn | ||
) |
Definition at line 891 of file namesup.c.
Referenced by FatSetRenameInfo().
BOOLEAN FatIsNameInExpression | ( | IN PIRP_CONTEXT | IrpContext, |
IN OEM_STRING | Expression, | ||
IN OEM_STRING | Name | ||
) |
Definition at line 35 of file namesup.c.
BOOLEAN FatSpaceInName | ( | IN PIRP_CONTEXT | IrpContext, |
IN PUNICODE_STRING | UnicodeName | ||
) |
Definition at line 1003 of file namesup.c.
Referenced by FatSetRenameInfo().
VOID FatStringTo8dot3 | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ OEM_STRING | InputString, | ||
_Out_writes_bytes_(11) PFAT8DOT3 | Output8dot3 | ||
) |
Definition at line 79 of file namesup.c.
Referenced by _Requires_lock_held_(), FatConstructDirent(), and FatSetRenameInfo().
VOID FatUnicodeRestoreShortNameCase | ( | IN PUNICODE_STRING | ShortNameWithCase, |
IN BOOLEAN | LowerCase8, | ||
IN BOOLEAN | LowerCase3 | ||
) |
Definition at line 1041 of file namesup.c.
VOID FatUnicodeToUpcaseOem | ( | IN PIRP_CONTEXT | IrpContext, |
IN POEM_STRING | OemString, | ||
IN PUNICODE_STRING | UnicodeString | ||
) |
Definition at line 632 of file namesup.c.
Referenced by FatSetRenameInfo().