Home
last modified time | relevance | path

Searched refs:FName (Results 1 – 12 of 12) sorted by relevance

/reactos/drivers/filesystems/udfs/udf_info/
H A Ddirtree.cpp623 RtlInitUnicodeString(&DirNdx->FName, L"."); in UDFIndexDirectory()
664 RtlInitUnicodeString(&DirNdx->FName, L".."); in UDFIndexDirectory()
673 UDFDecompressUnicode(&(DirNdx->FName), in UDFIndexDirectory()
677 UDFNormalizeFileName(&(DirNdx->FName), valueCRC); in UDFIndexDirectory()
682 !DirNdx->FName.Buffer in UDFIndexDirectory()
690 UDFPrint(("%ws\n", DirNdx->FName.Buffer)); in UDFIndexDirectory()
692 DirPrint(("%ws\n", DirNdx->FName.Buffer)); in UDFIndexDirectory()
1015 DirNdx->FName.Buffer && in UDFFindFile()
1016 (!RtlCompareUnicodeString(&(DirNdx->FName), Name, FALSE)) && in UDFFindFile()
1028 if(!DirNdx->FName.Buffer || in UDFFindFile()
[all …]
H A Dudf_info.cpp1809 if(DirNdx && DirNdx->FName.Buffer) { in UDFUnlinkFile__()
2812 if(!DirNdx->FName.Buffer) in UDFCreateFile__()
4253 if( DirIndex1->FName.Buffer && in UDFCompareFileInfo()
4254 !DirIndex2->FName.Buffer) in UDFCompareFileInfo()
4256 if( DirIndex2->FName.Buffer && in UDFCompareFileInfo()
4257 !DirIndex1->FName.Buffer) in UDFCompareFileInfo()
4259 if(!DirIndex2->FName.Buffer && in UDFCompareFileInfo()
4260 !DirIndex1->FName.Buffer) in UDFCompareFileInfo()
5588 if(DirNdx->FName.Buffer) { in UDFPretendFileDeleted__()
5590 DirNdx->FName.Buffer = NULL; in UDFPretendFileDeleted__()
[all …]
H A Dudf_rel.h173 UNICODE_STRING FName; // Filename member
/reactos/drivers/filesystems/udfs/Include/
H A DSys_spec_lib.cpp255 …irInfoToNT: %*.*S\n", FileDirNdx->FName.Length/sizeof(WCHAR), FileDirNdx->FName.Length/sizeof(WCHA… in UDFFileDirInfoToNT()
404 UdfName = FileDirNdx->FName; in UDFFileDirInfoToNT()
545 IN PUNICODE_STRING FName, in UDFNormalizeFileName() argument
552 len = FName->Length/sizeof(WCHAR); in UDFNormalizeFileName()
553 buffer = FName->Buffer; in UDFNormalizeFileName()
558 FName->Length-=sizeof(WCHAR); in UDFNormalizeFileName()
570 FName->Length-=sizeof(WCHAR); in UDFNormalizeFileName()
H A DSys_spec_lib.h100 VOID UDFNormalizeFileName(IN PUNICODE_STRING FName,
/reactos/drivers/filesystems/udfs/
H A Dfileinfo.cpp888 UDFDOSName__(Fcb->Vcb, &ShortName, &(DirNdx->FName), Fcb->FileInfo); in UDFGetAltNameInformation()
976 !SDirIndex->FName.Buffer ) in UDFGetFileStreamInformation()
980 SDirIndex->FName.Length + 3) & (~3)) ) { in UDFGetFileStreamInformation()
986 PtrBuffer->StreamNameLength = SDirIndex->FName.Length; in UDFGetFileStreamInformation()
989 … RtlCopyMemory(&(PtrBuffer->StreamName), SDirIndex->FName.Buffer, SDirIndex->FName.Length); in UDFGetFileStreamInformation()
2475 OUT PUNICODE_STRING* FName, in UDFGetOpenParamsByFileId() argument
2482 (*FName) = &(Vcb->FileIdCache[i].FullName); in UDFGetOpenParamsByFileId()
H A Ddircntrl.cpp641 if(!DirNdx->FName.Buffer || in UDFFindNextMatch()
649 if(UDFIsNameInExpression(Vcb, &(DirNdx->FName),PtrSearchPattern, NULL,IgnoreCase, in UDFFindNextMatch()
H A Dfscntrl.cpp1270 RtlInitUnicodeString(&DirNdx->FName, L"."); in UDFBlankMount()
1272 …DirNdx->FI_Flags |= UDFBuildHashEntry(Vcb, &(DirNdx->FName), &(DirNdx->hashes), HASH_ALL | HASH_KE… in UDFBlankMount()
1280 RtlInitUnicodeString(&DirNdx->FName, L"Blank.CD"); in UDFBlankMount()
1281 DirNdx->FI_Flags |= UDFBuildHashEntry(Vcb, &(DirNdx->FName), &(DirNdx->hashes), HASH_ALL); in UDFBlankMount()
H A Dcleanup.cpp249 CurName.Buffer = UDFDirIndex(DirNdx, Fcb->FileInfo->Index)->FName.Buffer; in UDFCommonCleanup()
H A Dclose.cpp330 CurName.Buffer = UDFDirIndex(DirNdx,fi->Index)->FName.Buffer; in UDFCommonClose()
H A Dprotos.h416 OUT PUNICODE_STRING* FName,
H A Dcreate.cpp2393 … MyAppendUnicodeStringToStringTag(&(NewFCBName->ObjectName), &(DirIndex->FName), MEM_USOBJ_TAG); in UDFFirstOpenFile()