Home
last modified time | relevance | path

Searched refs:UDFAttributesToNT (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/filesystems/udfs/Include/
H A DSys_spec_lib.h32 ULONG UDFAttributesToNT(IN PDIR_INDEX_ITEM FileDirNdx,
73 Attr = UDFAttributesToNT(DirNdx, (FileInfo)->Dloc->FileEntry); \
H A DSys_spec_lib.cpp83 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 Dflush.cpp377 Attr = UDFAttributesToNT(DirNdx, Fcb->FileInfo->Dloc->FileEntry); in UDFFlushAFile()
H A Dfileinfo.cpp587 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 Dcreate.cpp1940 … (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 Dcleanup.cpp567 Attr = UDFAttributesToNT(DirNdx, NextFileInfo->Dloc->FileEntry); in UDFCommonCleanup()
/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.cpp3298 NTAttr = UDFAttributesToNT(DirNdx1, FileInfo->Dloc->FileEntry); in UDFRenameMoveFile__()
4772 NTAttr = UDFAttributesToNT(DirNdx1, FileInfo->Dloc->FileEntry); in UDFHardLinkFile__()