Symbol: bootblock
sbin/fsck_msdos/boot.c
304
writefsinfo(int dosfs, struct bootblock *boot)
sbin/fsck_msdos/boot.c
41
readboot(int dosfs, struct bootblock *boot)
sbin/fsck_msdos/check.c
51
struct bootblock boot;
sbin/fsck_msdos/dir.c
211
resetDosDirSection(struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/dir.c
281
delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl,
sbin/fsck_msdos/dir.c
321
removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start,
sbin/fsck_msdos/dir.c
356
checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p,
sbin/fsck_msdos/dir.c
412
readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat,
sbin/fsck_msdos/dir.c
842
handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/dir.c
86
static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
sbin/fsck_msdos/dir.c
88
static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
sbin/fsck_msdos/dir.c
896
reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/dir.c
90
static int checksize(struct bootblock *, struct fatEntry *, u_char *,
sbin/fsck_msdos/dir.c
92
static int readDosDirSection(int, struct bootblock *, struct fatEntry *,
sbin/fsck_msdos/ext.h
100
int writefat(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
105
int resetDosDirSection(struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
107
int handleDirTree(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
115
int checklost(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
119
int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
133
void clearchain(struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
73
int readboot(int, struct bootblock *);
sbin/fsck_msdos/ext.h
78
int writefsinfo(int, struct bootblock *);
sbin/fsck_msdos/ext.h
84
int readfat(int, struct bootblock *, int, struct fatEntry **);
sbin/fsck_msdos/ext.h
90
int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, int);
sbin/fsck_msdos/ext.h
95
int checkfat(struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/fat.c
275
comparefat(struct bootblock *boot, struct fatEntry *first,
sbin/fsck_msdos/fat.c
288
clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/fat.c
302
tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc)
sbin/fsck_msdos/fat.c
327
checkfat(struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/fat.c
37
static int checkclnum(struct bootblock *, int, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
39
static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
430
writefat(int fs, struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/fat.c
45
checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next)
sbin/fsck_msdos/fat.c
512
checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/fat.c
76
readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp)