Symbol: bootblock
sbin/fsck_msdosfs/boot.c
337
writefsinfo(int dosfs, struct bootblock *boot)
sbin/fsck_msdosfs/boot.c
46
readboot(int dosfs, struct bootblock *boot)
sbin/fsck_msdosfs/check.c
50
struct bootblock boot;
sbin/fsck_msdosfs/dir.c
1088
struct bootblock *boot = fat_get_boot(fat);
sbin/fsck_msdosfs/dir.c
225
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
302
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
391
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
482
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
549
struct bootblock *boot;
sbin/fsck_msdosfs/ext.h
103
struct bootblock* fat_get_boot(struct fat_descriptor *);
sbin/fsck_msdosfs/ext.h
111
int readfat(int, struct bootblock *, struct fat_descriptor **);
sbin/fsck_msdosfs/ext.h
60
int checkdirty(int, struct bootblock *);
sbin/fsck_msdosfs/ext.h
82
int readboot(int, struct bootblock *);
sbin/fsck_msdosfs/ext.h
87
int writefsinfo(int, struct bootblock *);
sbin/fsck_msdosfs/fat.c
1134
struct bootblock *boot = boot_of_(fat);
sbin/fsck_msdosfs/fat.c
1155
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
1205
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
1262
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
168
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
520
static inline struct bootblock*
sbin/fsck_msdosfs/fat.c
526
struct bootblock*
sbin/fsck_msdosfs/fat.c
53
static inline struct bootblock* boot_of_(struct fat_descriptor *);
sbin/fsck_msdosfs/fat.c
557
const struct bootblock *boot = boot_of_(fat);
sbin/fsck_msdosfs/fat.c
580
checkdirty(int fs, struct bootblock *boot)
sbin/fsck_msdosfs/fat.c
646
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
699
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
806
readfat(int fs, struct bootblock *boot, struct fat_descriptor **fp)