Home | History | Annotate | Download | only in fsck_msdos

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)
138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next)
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer)
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp)
407 comparefat(struct bootblock *boot, struct fatEntry *first,
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)