Lines Matching refs:fatEntry
52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) in readfat()
209 struct fatEntry *fat; in readfat()
219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry)); in readfat()
407 comparefat(struct bootblock *boot, struct fatEntry *first, in comparefat()
408 struct fatEntry *second, int fatnum) in comparefat()
420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear()
450 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat()
661 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) in checklost()