Searched refs:UDFAttributesToNT (Results 1 – 7 of 7) sorted by relevance
/reactos/drivers/filesystems/udfs/Include/ |
H A D | Sys_spec_lib.h | 32 ULONG UDFAttributesToNT(IN PDIR_INDEX_ITEM FileDirNdx, 73 Attr = UDFAttributesToNT(DirNdx, (FileInfo)->Dloc->FileEntry); \
|
H A D | Sys_spec_lib.cpp | 83 UDFAttributesToNT( in UDFAttributesToNT() function 399 NTFileInfo->FileAttributes = UDFAttributesToNT(FileDirNdx, (tag*)FileEntry); in UDFFileDirInfoToNT() 960 if(UDFAttributesToNT(UDFDirIndex(UDFGetDirIndexByFileInfo(FileInfo),FileInfo->Index), in UDFDoesOSAllowFileToBeTargetForRename__()
|
/reactos/drivers/filesystems/udfs/ |
H A D | flush.cpp | 377 Attr = UDFAttributesToNT(DirNdx, Fcb->FileInfo->Dloc->FileEntry); in UDFFlushAFile()
|
H A D | fileinfo.cpp | 587 PtrBuffer->FileAttributes |= UDFAttributesToNT(DirNdx,NULL); in UDFGetBasicInformation() 726 …PtrBuffer->FileAttributes |= UDFAttributesToNT(UDFDirIndex(UDFGetDirIndexByFileInfo(FileInfo), Fil… in UDFGetNetworkInformation() 1823 Attr = UDFAttributesToNT(DirNdx, Fcb->FileInfo->Dloc->FileEntry); in UDFSetEOF() 2149 Attr = UDFAttributesToNT(DirNdx, File1->Dloc->FileEntry); in UDFRename()
|
H A D | create.cpp | 1940 … (USHORT)UDFAttributesToNT(UDFDirIndex(UDFGetDirIndexByFileInfo(NewFileInfo), NewFileInfo->Index), in UDFCommonCreate() 2390 …if(UDFAttributesToNT(DirIndex = UDFDirIndex(hDirIndex, NewFileInfo->Index),NULL) & FILE_ATTRIBUTE_… in UDFFirstOpenFile() 2399 …if(UDFAttributesToNT(DirIndex = UDFDirIndex(hDirIndex, RelatedFileInfo->Index),NULL) & FILE_ATTRIB… in UDFFirstOpenFile()
|
H A D | cleanup.cpp | 567 Attr = UDFAttributesToNT(DirNdx, NextFileInfo->Dloc->FileEntry); in UDFCommonCleanup()
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | udf_info.cpp | 3298 NTAttr = UDFAttributesToNT(DirNdx1, FileInfo->Dloc->FileEntry); in UDFRenameMoveFile__() 4772 NTAttr = UDFAttributesToNT(DirNdx1, FileInfo->Dloc->FileEntry); in UDFHardLinkFile__()
|