Home
last modified time | relevance | path

Searched refs:FATCount (Results 1 – 10 of 10) sorted by relevance

/reactos/sdk/lib/fslib/vfatlib/
H A Dfat32.c118 (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()
H A Dvfatlib.h35 unsigned char FATCount; // 16 member
61 unsigned char FATCount; // 16 member
H A Dfat12.c185 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()
H A Dfat16.c186 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()
/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c146 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()
H A Dvfat.h45 unsigned char FATCount; member
64 unsigned char FATCount; // 16 member
92 unsigned short FATCount; // 12 member
254 ULONG FATCount; member
H A Drw.c390 for (Count = 0; Count < DeviceExt->FatInfo.FATCount; Count++) in VfatWriteFileData()
/reactos/modules/rostests/tests/parttest/
H A Dparttest.c28 unsigned char FATCount; member
112 if (Sector->FATCount != 1 && in CheckAgainstFAT()
113 Sector->FATCount != 2) in CheckAgainstFAT()
/reactos/sdk/lib/fslib/vfatxlib/
H A Dvfatxlib.h23 unsigned short FATCount; // 12 member
H A Dfatx.c361 BootSector.FATCount = 1; in FatxFormat()