ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | STRING_BUFFER_ALIGNMENT (32) |
#define | STRING_BUFFER_ALIGN(sz) (((sz)+STRING_BUFFER_ALIGNMENT)&(~((ULONG)(STRING_BUFFER_ALIGNMENT-1)))) |
#define | UDF_UNC_STR_TAG "AppUStr" |
#define | UDF_UNC_STR_TAG "AppStr" |
#define STRING_BUFFER_ALIGN | ( | sz | ) | (((sz)+STRING_BUFFER_ALIGNMENT)&(~((ULONG)(STRING_BUFFER_ALIGNMENT-1)))) |
Definition at line 739 of file Sys_spec_lib.cpp.
#define STRING_BUFFER_ALIGNMENT (32) |
Definition at line 738 of file Sys_spec_lib.cpp.
#define UDF_UNC_STR_TAG "AppUStr" |
#define UDF_UNC_STR_TAG "AppStr" |
NTSTATUS MyAppendUnicodeStringToString_ | ( | IN PUNICODE_STRING | Str1, |
IN PUNICODE_STRING | Str2 | ||
) |
Definition at line 742 of file Sys_spec_lib.cpp.
NTSTATUS MyAppendUnicodeToString_ | ( | IN PUNICODE_STRING | Str1, |
IN PCWSTR | Str2 | ||
) |
Definition at line 792 of file Sys_spec_lib.cpp.
NTSTATUS MyCloneUnicodeString | ( | IN PUNICODE_STRING | Str1, |
IN PUNICODE_STRING | Str2 | ||
) |
Definition at line 910 of file Sys_spec_lib.cpp.
Referenced by UDFBuildHashEntry(), UDFCommonCreate(), UDFFirstOpenFile(), UDFHardLink(), UDFRename(), and UDFStoreFileId().
NTSTATUS MyInitUnicodeString | ( | IN PUNICODE_STRING | Str1, |
IN PCWSTR | Str2 | ||
) |
Definition at line 863 of file Sys_spec_lib.cpp.
Referenced by UDFBlankMount(), UDFCommonCreate(), UDFCompleteMount(), and UDFFirstOpenFile().
ULONG UDFAttributesToNT | ( | IN PDIR_INDEX_ITEM | FileDirNdx, |
IN tag * | FileEntry | ||
) |
Definition at line 83 of file Sys_spec_lib.cpp.
Referenced by UDFCommonCleanup(), UDFCommonCreate(), UDFDoesOSAllowFileToBeTargetForRename__(), UDFFileDirInfoToNT(), UDFFirstOpenFile(), UDFFlushAFile(), UDFGetBasicInformation(), UDFGetNetworkInformation(), UDFHardLinkFile__(), UDFRename(), UDFRenameMoveFile__(), and UDFSetEOF().
Definition at line 147 of file Sys_spec_lib.cpp.
Referenced by UDFCommonCleanup(), UDFCommonCreate(), UDFCreateFile__(), UDFFlushAFile(), UDFHardLinkFile__(), UDFRename(), UDFRenameMoveFile__(), UDFSetBasicInformation(), and UDFSetEOF().
NTSTATUS UDFDoesOSAllowFilePretendDeleted__ | ( | IN PUDF_FILE_INFO | FileInfo | ) |
Definition at line 1019 of file Sys_spec_lib.cpp.
Referenced by UDFPretendFileDeleted__().
NTSTATUS UDFDoesOSAllowFileToBeTargetForRename__ | ( | IN PUDF_FILE_INFO | FileInfo | ) |
Definition at line 947 of file Sys_spec_lib.cpp.
Referenced by UDFRenameMoveFile__().
NTSTATUS UDFDoesOSAllowFileToBeUnlinked__ | ( | IN PUDF_FILE_INFO | FileInfo | ) |
Definition at line 988 of file Sys_spec_lib.cpp.
void __fastcall UDFDOSNameOsNative | ( | IN OUT PUNICODE_STRING | DosName, |
IN PUNICODE_STRING | UdfName, | ||
IN BOOLEAN | KeepIntact | ||
) |
Definition at line 581 of file Sys_spec_lib.cpp.
Referenced by UDFDOSName().
NTSTATUS UDFFileDirInfoToNT | ( | IN PVCB | Vcb, |
IN PDIR_INDEX_ITEM | FileDirNdx, | ||
OUT PFILE_BOTH_DIR_INFORMATION | NTFileInfo | ||
) |
Definition at line 231 of file Sys_spec_lib.cpp.
Referenced by UDFGetFileStreamInformation(), and UDFQueryDirectory().
VOID UDFGetFileXTime | ( | IN PUDF_FILE_INFO | FileInfo, |
OUT LONGLONG * | CrtTime, | ||
OUT LONGLONG * | AccTime, | ||
OUT LONGLONG * | AttrTime, | ||
OUT LONGLONG * | ChgTime | ||
) |
Definition at line 501 of file Sys_spec_lib.cpp.
Referenced by UDFCompleteMount(), and UDFFirstOpenFile().
BOOLEAN UDFIsDirInfoCached | ( | IN PVCB | Vcb, |
IN PUDF_FILE_INFO | DirInfo | ||
) |
Definition at line 931 of file Sys_spec_lib.cpp.
VOID UDFNormalizeFileName | ( | IN PUNICODE_STRING | FName, |
IN USHORT | valueCRC | ||
) |
Definition at line 544 of file Sys_spec_lib.cpp.
Referenced by UDFIndexDirectory().
VOID UDFSetFileXTime | ( | IN PUDF_FILE_INFO | FileInfo, |
IN LONGLONG * | CrtTime, | ||
IN LONGLONG * | AccTime, | ||
IN LONGLONG * | AttrTime, | ||
IN LONGLONG * | ChgTime | ||
) |
Definition at line 434 of file Sys_spec_lib.cpp.
Referenced by UDFCommonCleanup(), UDFFlushAFile(), and UDFSetBasicInformation().
LONGLONG UDFTimeToNT | ( | IN PUDF_TIME_STAMP | UdfTime | ) |
Definition at line 23 of file Sys_spec_lib.cpp.
Referenced by UDFFileDirInfoToNT(), UDFGetFileXTime(), and UDFLoadPVolDesc().
VOID UDFTimeToUDF | ( | IN LONGLONG | NtTime, |
OUT PUDF_TIME_STAMP | UdfTime | ||
) |
Definition at line 52 of file Sys_spec_lib.cpp.
Referenced by UDFSetFileXTime().