Searched refs:FATCount (Results 1 – 10 of 10) sorted by relevance
118 (BootSector->FATCount * BootSector->FATSectors32) + 0 /* RootDirSectors */; in Fat32WriteFsInfo()351 (BootSector->FATCount * BootSector->FATSectors32) + 0 /* RootDirSectors */; in Fat32WriteRootDirectory()437 BootSector.FATCount = 2; in Fat32Format()474 … TmpVal2 = ((BootSector.BytesPerSector / 4) * BootSector.SectorsPerCluster) + BootSector.FATCount; in Fat32Format()480 FirstDataSector = BootSector.ReservedSectors + BootSector.FATCount * BootSector.FATSectors32; in Fat32Format()494 2 + (BootSector.FATSectors32 * BootSector.FATCount) + BootSector.SectorsPerCluster; in Fat32Format()
35 unsigned char FATCount; // 16 member61 unsigned char FATCount; // 16 member
185 BootSector->ReservedSectors + (BootSector->FATCount * BootSector->FATSectors); in Fat12WriteRootDirectory()285 BootSector.FATCount = 2; in Fat12Format()318 …al2 = (((BootSector.BytesPerSector * 2) / 3) * BootSector.SectorsPerCluster) + BootSector.FATCount; in Fat12Format()
186 BootSector->ReservedSectors + (BootSector->FATCount * BootSector->FATSectors); in Fat16WriteRootDirectory()292 BootSector.FATCount = 2; in Fat16Format()327 … TmpVal2 = ((BootSector.BytesPerSector / 2) * BootSector.SectorsPerCluster) + BootSector.FATCount; in Fat16Format()
146 Boot->FATCount != 1 && in VfatHasFileSystem()147 Boot->FATCount != 2) in VfatHasFileSystem()149 DPRINT1("FATCount %u\n", Boot->FATCount); in VfatHasFileSystem()193 FatInfo.FATCount = Boot->FATCount; in VfatHasFileSystem()199 FatInfo.rootStart = FatInfo.FATStart + FatInfo.FATCount * FatInfo.FATSectors; in VfatHasFileSystem()202 …Sectors -= Boot->ReservedSectors + FatInfo.FATCount * FatInfo.FATSectors + FatInfo.rootDirectorySe… in VfatHasFileSystem()309 FatInfo.FATCount = BootFatX->FATCount; in VfatHasFileSystem()313 FatInfo.rootStart = FatInfo.FATStart + FatInfo.FATCount * FatInfo.FATSectors; in VfatHasFileSystem()599 DPRINT("FATCount: %u\n", DeviceExt->FatInfo.FATCount); in VfatMount()
45 unsigned char FATCount; member64 unsigned char FATCount; // 16 member92 unsigned short FATCount; // 12 member254 ULONG FATCount; member
390 for (Count = 0; Count < DeviceExt->FatInfo.FATCount; Count++) in VfatWriteFileData()
28 unsigned char FATCount; member112 if (Sector->FATCount != 1 && in CheckAgainstFAT()113 Sector->FATCount != 2) in CheckAgainstFAT()
23 unsigned short FATCount; // 12 member
361 BootSector.FATCount = 1; in FatxFormat()