Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c200 FatInfo.dataStart = FatInfo.rootStart + FatInfo.rootDirectorySectors; in VfatHasFileSystem()
216 … FatInfo.rootStart = FatInfo.dataStart + ((FatInfo.RootCluster - 2) * FatInfo.SectorsPerCluster); in VfatHasFileSystem()
315 FatInfo.dataStart = FatInfo.rootStart + FatInfo.rootDirectorySectors; in VfatHasFileSystem()
316 … FatInfo.NumberOfClusters = (FatInfo.Sectors - FatInfo.dataStart) / FatInfo.SectorsPerCluster; in VfatHasFileSystem()
602 DPRINT("DataStart: %u\n", DeviceExt->FatInfo.dataStart); in VfatMount()
H A Drw.c747 …IrpContext->Stack->Parameters.Read.ByteOffset.QuadPart += FatInfo->dataStart * FatInfo->BytesPerSe… in VfatRead()
916 …IrpContext->Stack->Parameters.Write.ByteOffset.QuadPart += FatInfo->dataStart * FatInfo->BytesPerS… in VfatWrite()
H A Dvfat.h258 ULONG dataStart; member
H A Dfat.c735 return DeviceExt->FatInfo.dataStart + in ClusterToSector()