Lines Matching refs:FAT32
102 /* bpbRootDirEnts = 0 suggests that we are FAT32 */
103 boot->flags |= FAT32;
108 if (boot->bpbSectors != 0 && (boot->flags & FAT32)) {
109 pfatal("Invalid 16-bit total sector count on FAT32: %u",
119 if (boot->bpbFATsmall != 0 && (boot->flags & FAT32)) {
120 pfatal("Invalid 16-bit FAT sector count on FAT32: %u",
137 if (boot->flags & FAT32) {
138 pfatal("FAT32 with sector count of zero");
153 if (boot->flags & FAT32) {
154 /* If the OEM Name field is EXFAT, it's not FAT32, so bail */
167 /* FAT32 version, bail out if not 0.0 */
192 * or this is not a FAT32 filesystem, most likely an
195 pfatal("Invalid FAT32 Extended BIOS Parameter Block");
247 /* !FAT32: FAT12/FAT16 */
274 if (boot->flags & FAT32) {
276 pfatal("Filesystem too big (%u clusters) for FAT32 partition",
281 pfatal("Filesystem too small (%u clusters) for FAT32 partition",
298 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition",
366 * support for FAT32) doesn't maintain the FSINFO block