Searched refs:dataStart (Results 1 – 4 of 4) sorted by relevance
200 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()
747 …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()
258 ULONG dataStart; member
735 return DeviceExt->FatInfo.dataStart + in ClusterToSector()