Home
last modified time | relevance | path

Searched refs:CurrentDirent (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/filesystems/cdfs/
H A Ddirsup.c1340 CurrentDirContext = &FileContext->CurrentDirent->DirContext; in CdLookupNextInitialFileDirent()
1463 PDIRENT CurrentDirent = NULL; in CdLookupLastFileDirent() local
1482 CurrentDirent = &CurrentCompoundDirent->Dirent; in CdLookupLastFileDirent()
1488 if ((CurrentDirent->SystemUseOffset != 0) && in CdLookupLastFileDirent()
1492 CurrentDirent )) { in CdLookupLastFileDirent()
1498 if (!FirstPass && (ExtentType != CurrentDirent->ExtentType)) { in CdLookupLastFileDirent()
1530 if ((CurrentDirent->FileUnitSize != 0) && in CdLookupLastFileDirent()
1572 FileContext->FileSize += CurrentDirent->DataLength; in CdLookupLastFileDirent()
1579 if (!FlagOn( CurrentDirent->DirentFlags, CD_ATTRIBUTE_MULTI )) { in CdLookupLastFileDirent()
1588 ExtentType = CurrentDirent->ExtentType; in CdLookupLastFileDirent()
[all …]
H A Dcdstruc.h1708 PCOMPOUND_DIRENT CurrentDirent; member
H A Dstrucsup.c1363 &FileContext->CurrentDirent->DirContext )) { in CdInitializeFcbFromFileContext()
1368 CurrentCompoundDirent = FileContext->CurrentDirent; in CdInitializeFcbFromFileContext()
H A Dfieldoff.c310 doit( FILE_ENUM_CONTEXT, CurrentDirent );
H A Dcdprocs.h531 (FC)->CurrentDirent = &(FC)->Dirents[2]; \