Home
last modified time | relevance | path

Searched refs:rootDirectorySectors (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/vfatfs/
H A Dfcb.c457 Size = Vcb->FatInfo.rootDirectorySectors * Vcb->FatInfo.BytesPerSector; in vfatInitFCBFromDirEntry()
662 … FCB->entry.FatX.FileSize = pVCB->FatInfo.rootDirectorySectors * pVCB->FatInfo.BytesPerSector; in vfatMakeRootFCB()
665 Size = pVCB->FatInfo.rootDirectorySectors * pVCB->FatInfo.BytesPerSector; in vfatMakeRootFCB()
670 FCB->entry.Fat.FileSize = pVCB->FatInfo.rootDirectorySectors * pVCB->FatInfo.BytesPerSector; in vfatMakeRootFCB()
687 Size = pVCB->FatInfo.rootDirectorySectors * pVCB->FatInfo.BytesPerSector; in vfatMakeRootFCB()
H A Dfsctl.c198 …FatInfo.rootDirectorySectors = ((Boot->RootEntries * 32) + Boot->BytesPerSector - 1) / Boot->Bytes… in VfatHasFileSystem()
200 FatInfo.dataStart = FatInfo.rootStart + FatInfo.rootDirectorySectors; in VfatHasFileSystem()
202 …rs -= Boot->ReservedSectors + FatInfo.FATCount * FatInfo.FATSectors + FatInfo.rootDirectorySectors; in VfatHasFileSystem()
294 FatInfo.rootDirectorySectors = BootFatX->SectorsPerCluster; in VfatHasFileSystem()
315 FatInfo.dataStart = FatInfo.rootStart + FatInfo.rootDirectorySectors; in VfatHasFileSystem()
H A Drw.c201 … if (ReadOffset.u.LowPart + Length > DeviceExt->FatInfo.rootDirectorySectors * BytesPerSector) in VfatReadFileData()
203 … Length = DeviceExt->FatInfo.rootDirectorySectors * BytesPerSector - ReadOffset.u.LowPart; in VfatReadFileData()
421 …ASSERT(WriteOffset.u.LowPart + Length <= DeviceExt->FatInfo.rootDirectorySectors * BytesPerSector); in VfatWriteFileData()
H A Dvfat.h256 ULONG rootDirectorySectors; member