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)
209 struct fatEntry *fat;
219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry));
407 comparefat(struct bootblock *boot, struct fatEntry *first,
408 struct fatEntry *second, int fatnum)
420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc)
450 checkfat(struct bootblock *boot, struct fatEntry *fat)
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat)
661 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat)