Lines Matching refs:fat
52 * If the FAT > this size then skip comparing, lest we risk
63 struct fatEntry *fat = NULL;
108 printf("** Phase 1 - Read FAT (compare skipped)\n");
112 printf("** Phase 1 - Read FAT\n");
115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
133 mod |= comparefat(&boot, fat, currentFat, i);
136 printf("Fatal error during FAT comparison\n");
144 mod |= checkfat(&boot, fat);
146 printf("Fatal error during FAT check\n");
154 mod |= resetDosDirSection(&boot, fat);
162 mod |= handleDirTree(dosfs, &boot, fat);
169 mod |= checklost(dosfs, &boot, fat);
176 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT);
202 mod |= writefat(dosfs, &boot, fat, 1);
218 free(fat);