Lines Matching refs:bootblock
50 static int checkclnum(struct bootblock *, int, cl_t, cl_t *);
52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
53 static int _readfat(int, struct bootblock *, int, u_char **);
74 checkdirty(int fs, struct bootblock *boot) in checkdirty()
138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum()
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) in _readfat()
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) in readfat()
407 comparefat(struct bootblock *boot, struct fatEntry *first, 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()