Symbol: bootblock
sbin/fsck_msdosfs/boot.c
331
writefsinfo(int dosfs, struct bootblock *boot)
sbin/fsck_msdosfs/boot.c
40
readboot(int dosfs, struct bootblock *boot)
sbin/fsck_msdosfs/check.c
42
struct bootblock boot;
sbin/fsck_msdosfs/dir.c
1084
struct bootblock *boot = fat_get_boot(fat);
sbin/fsck_msdosfs/dir.c
219
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
298
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
387
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
478
struct bootblock *boot;
sbin/fsck_msdosfs/dir.c
545
struct bootblock *boot;
sbin/fsck_msdosfs/ext.h
104
int readfat(int, struct bootblock *, struct fat_descriptor **);
sbin/fsck_msdosfs/ext.h
75
int readboot(int, struct bootblock *);
sbin/fsck_msdosfs/ext.h
80
int writefsinfo(int, struct bootblock *);
sbin/fsck_msdosfs/ext.h
96
struct bootblock* fat_get_boot(struct fat_descriptor *);
sbin/fsck_msdosfs/fat.c
1036
struct bootblock *boot = boot_of_(fat);
sbin/fsck_msdosfs/fat.c
1056
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
1106
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
1163
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
162
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
47
static inline struct bootblock* boot_of_(struct fat_descriptor *);
sbin/fsck_msdosfs/fat.c
514
static inline struct bootblock*
sbin/fsck_msdosfs/fat.c
520
struct bootblock*
sbin/fsck_msdosfs/fat.c
551
const struct bootblock *boot = boot_of_(fat);
sbin/fsck_msdosfs/fat.c
560
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
613
struct bootblock *boot;
sbin/fsck_msdosfs/fat.c
720
readfat(int fs, struct bootblock *boot, struct fat_descriptor **fp)