/reactos/drivers/filesystems/vfatfs/ |
H A D | direntry.c | 252 while (DirContext->DirIndex > 0 && in FATGetNextDirEntry() 258 DirContext->DirIndex--; in FATGetNextDirEntry() 296 DirContext->DirIndex++; in FATGetNextDirEntry() 331 DirContext->StartIndex = DirContext->DirIndex; in FATGetNextDirEntry() 426 DirContext->DirIndex++; in FATGetNextDirEntry() 486 ULONG DirIndex = DirContext->DirIndex; in FATXGetNextDirEntry() local 496 switch (DirContext->DirIndex) in FATXGetNextDirEntry() 519 DirIndex -= 2; in FATXGetNextDirEntry() 556 DirContext->StartIndex = DirContext->DirIndex; in FATXGetNextDirEntry() 572 DirContext->DirIndex++; in FATXGetNextDirEntry() [all …]
|
H A D | create.c | 103 Parent, FileToFindU, DirContext->DirIndex); in FindFile() 141 if(startIndex >= DirContext->DirIndex) in FindFile() 147 DirContext->DirIndex = rcFcb->dirIndex; in FindFile() 149 &DirContext->LongNameU, DirContext->DirIndex, DirContext->StartIndex); in FindFile() 182 DirContext->DirIndex++; in FindFile() 194 DirContext->DirIndex++; in FindFile() 229 &DirContext->LongNameU, DirContext->DirIndex); in FindFile() 239 DirContext->DirIndex++; in FindFile()
|
H A D | dir.c | 582 DirContext.DirIndex = pCcb->Entry = Stack->Parameters.QueryDirectory.FileIndex; in DoQuery() 586 DirContext.DirIndex = pCcb->Entry = 0; in DoQuery() 590 DirContext.DirIndex = pCcb->Entry; in DoQuery() 609 pCcb->Entry = DirContext.DirIndex; in DoQuery() 668 Buffer0->FileIndex = DirContext.DirIndex; in DoQuery() 669 pCcb->Entry = ++DirContext.DirIndex; in DoQuery()
|
H A D | fcb.c | 477 Fcb->dirIndex = DirContext->DirIndex; in vfatInitFCBFromDirEntry() 482 ASSERT(DirContext->DirIndex >= 2 && DirContext->StartIndex >= 2); in vfatInitFCBFromDirEntry() 483 Fcb->dirIndex = DirContext->DirIndex-2; in vfatInitFCBFromDirEntry() 817 DirContext.DirIndex = 0; in vfatDirFindFile() 845 DirContext.DirIndex, &DirContext.LongNameU); in vfatDirFindFile() 858 DirContext.DirIndex++; in vfatDirFindFile() 876 DirContext.DirIndex++; in vfatDirFindFile()
|
H A D | volume.c | 238 ULONG DirIndex = 0; in FsdSetFsLabelInformation() local 352 DirIndex++; in FsdSetFsLabelInformation() 354 if ((DirIndex % EntriesPerPage) == 0) in FsdSetFsLabelInformation()
|
H A D | dirwr.c | 485 SearchContext.DirIndex = 0; in FATAddEntry() 654 DirContext.DirIndex = DirContext.StartIndex + nbSlots - 1; in FATAddEntry() 705 if (DirContext.StartIndex / i == DirContext.DirIndex / i) in FATAddEntry() 863 Index = DirContext.DirIndex = DirContext.StartIndex; in FATXAddEntry() 866 DirContext.DirIndex += 2; in FATXAddEntry()
|
H A D | fsctl.c | 353 ULONG DirIndex = 0; in ReadVolumeLabel() local 446 DirIndex++; in ReadVolumeLabel() 448 if ((DirIndex % EntriesPerPage) == 0) in ReadVolumeLabel()
|
H A D | vfat.h | 600 ULONG DirIndex; member
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | udf_info.cpp | 1197 PDIR_INDEX_ITEM DirIndex; in UDFSetFileSizeInDirNdx() local 1207 if(!DirIndex) in UDFSetFileSizeInDirNdx() 1261 PDIR_INDEX_ITEM DirIndex; in UDFGetFileSizeFromDirNdx() local 1266 if(!DirIndex) in UDFGetFileSizeFromDirNdx() 1269 return DirIndex->FileSize; in UDFGetFileSizeFromDirNdx() 1803 hDirNdx = DirInfo->Dloc->DirIndex; in UDFUnlinkFile__() 1930 if(Dloc->DirIndex) { in UDFUnlinkFile__() 2162 if(!FileInfo->Dloc->DirIndex) { in UDFOpenFile__() 2253 if(!FileInfo->Dloc->DirIndex) { in UDFOpenRootFile__() 2355 if(Dloc->DirIndex) { in UDFCleanUpFile__() [all …]
|
H A D | dirtree.cpp | 354 Context->hDirNdx = DirInfo->Dloc->DirIndex; in UDFDirIndexInitScan() 529 FileInfo->Dloc->DirIndex = NULL; in UDFIndexDirectory() 572 FileInfo->Dloc->DirIndex->DelCount = Vcb->PackDirThreshold+1; in UDFIndexDirectory() 733 FileInfo->Dloc->DirIndex = hDirNdx; in UDFIndexDirectory() 766 PDIR_INDEX_HDR hDirNdx = FileInfo->Dloc->DirIndex; in UDFPackDirectory__() 878 if(!OS_SUCCESS(status = UDFDirIndexTrunc(&(FileInfo->Dloc->DirIndex), dc))) { in UDFPackDirectory__() 883 FileInfo->Dloc->DirIndex->DelCount = 0; in UDFPackDirectory__() 911 PDIR_INDEX_HDR hDirNdx = FileInfo->Dloc->DirIndex; in UDFReTagDirectory() 1108 return FileInfo->ParentFile->Dloc->DirIndex; in UDFGetDirIndexByFileInfo() 1112 return FileInfo->Dloc->DirIndex; in UDFGetDirIndexByFileInfo()
|
H A D | udf_rel.h | 312 PDIR_INDEX_HDR DirIndex; // for Directory objects only member
|
H A D | extent.cpp | 1355 ASSERT(!Dloc->DirIndex->FECharge.Mapping); in UDFDiscardFESpace() 1596 if(!DirInfo || !DirInfo->Dloc->DirIndex || in UDFAllocateFESpace() 1603 Ext = &(DirInfo->Dloc->DirIndex->FECharge); in UDFAllocateFESpace() 1738 if(DirInfo && DirInfo->Dloc->DirIndex && in UDFFreeFESpace() 1739 (Ext = &(DirInfo->Dloc->DirIndex->FECharge))->Mapping) { in UDFFreeFESpace() 1786 if(!(Mapping = Dloc->DirIndex->FECharge.Mapping)) in UDFFlushFESpace() 1795 &Dloc->DirIndex->FECharge, lim, UDF_PREALLOC_CLASS_FE))) { in UDFFlushFESpace() 1796 Dloc->DirIndex->FECharge.Mapping = NULL; in UDFFlushFESpace() 1800 Dloc->DirIndex->FECharge.Mapping = NULL; in UDFFlushFESpace() 1803 ASSERT(!Dloc->DirIndex->FECharge.Mapping); in UDFFlushFESpace()
|
H A D | udf_info.h | 119 if(!DirInfo->Dloc->DirIndex) in UDFFindFile__() 793 …(((FileInfo) && ((FileInfo)->Dloc) && ((FileInfo)->Dloc->DirIndex || ((FileInfo)->FileIdent && ((F… 1070 #define UDFIsDirEmpty__(fi) UDFIsDirEmpty((fi)->Dloc->DirIndex)
|
/reactos/drivers/filesystems/udfs/ |
H A D | fileinfo.cpp | 581 … if(!FileInfo->Dloc->DirIndex) AdPrint(("*****!!!!! Directory has no DirIndex !!!!!*****\n")); in UDFGetBasicInformation() 713 … if(!FileInfo->Dloc->DirIndex) AdPrint(("*****!!!!! Directory has no DirIndex !!!!!*****\n")); in UDFGetNetworkInformation() 969 hSDirIndex = SDirInfo->Dloc->DirIndex; in UDFGetFileStreamInformation() 1210 d = UDFDirIndexGetLastIndex(SDirInfo->Dloc->DirIndex); in UDFMarkStreamsForDeletion() 2131 ASSERT(UDFDirIndex(File1->ParentFile->Dloc->DirIndex, File1->Index)->FileInfo == File1); in UDFRename() 2147 DirNdx = UDFDirIndex(File1->ParentFile->Dloc->DirIndex, File1->Index); in UDFRename()
|
H A D | create.cpp | 2297 PDIR_INDEX_ITEM DirIndex; in UDFFirstOpenFile() local 2390 …if(UDFAttributesToNT(DirIndex = UDFDirIndex(hDirIndex, NewFileInfo->Index),NULL) & FILE_ATTRIBUTE_… in UDFFirstOpenFile() 2393 … MyAppendUnicodeStringToStringTag(&(NewFCBName->ObjectName), &(DirIndex->FName), MEM_USOBJ_TAG); in UDFFirstOpenFile() 2399 …if(UDFAttributesToNT(DirIndex = UDFDirIndex(hDirIndex, RelatedFileInfo->Index),NULL) & FILE_ATTRIB… in UDFFirstOpenFile()
|
H A D | flush.cpp | 431 if(!FI || !FI->Dloc || !FI->Dloc->DirIndex) goto SkipFlushDir; in UDFFlushADirectory()
|
H A D | dircntrl.cpp | 455 hDirIndex = DirFileInfo->Dloc->DirIndex; in UDFQueryDirectory()
|
H A D | close.cpp | 874 if((hDirNdx = FileInfo->Dloc->DirIndex)) { in UDFBuildTreeItemsList()
|
H A D | fscntrl.cpp | 1283 RootFcb->FileInfo->Dloc->DirIndex = hDirNdx; in UDFBlankMount()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | Sys_spec_lib.cpp | 936 PDIR_INDEX_HDR hDirNdx = DirInfo->Dloc->DirIndex; in UDFIsDirInfoCached() 1007 hCurDirNdx = FileInfo->Dloc->DirIndex; in UDFDoesOSAllowFileToBeUnlinked__()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | fcb.c | 356 Fcb->DirIndex = 0; in NtfsMakeRootFCB()
|
H A D | ntfs.h | 533 ULONG DirIndex; member
|
/reactos/modules/rosapps/applications/devutils/btrfstools/ |
H A D | btrfs_structures.py | 843 class DirIndex(ItemData): class 1287 DIR_INDEX_KEY: DirIndex,
|