Home | History | Annotate | Download | only in fsck_msdos

Lines Matching defs:fat

49 	struct fatEntry *fat = NULL;
86 printf("** Phase 1 - Read FAT\n");
89 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
104 mod |= comparefat(&boot, fat, currentFat, i);
113 mod |= checkfat(&boot, fat);
121 mod |= resetDosDirSection(&boot, fat);
127 mod |= handleDirTree(dosfs, &boot, fat);
134 mod |= checklost(dosfs, &boot, fat);
141 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT);
165 mod |= writefat(dosfs, &boot, fat, 1);
181 free(fat);