Searched refs:bootblock (Results 1 – 9 of 9) sorted by relevance
/freebsd/sbin/fsck_msdosfs/ |
H A D | ext.h | 60 int checkdirty(int, struct bootblock *); 82 int readboot(int, struct bootblock *); 87 int writefsinfo(int, struct bootblock *); 103 struct bootblock* fat_get_boot(struct fat_descriptor *); 111 int readfat(int, struct bootblock *, struct fat_descriptor **);
|
H A D | fat.c | 53 static inline struct bootblock* boot_of_(struct fat_descriptor *); 168 struct bootblock *boot; 520 static inline struct bootblock* 526 struct bootblock* 557 const struct bootblock *boot = boot_of_(fat); in valid_cl() 580 checkdirty(int fs, struct bootblock *boot) in checkdirty() 646 struct bootblock *boot; in cleardirty() 699 struct bootblock *boot; in _readfat() 806 readfat(int fs, struct bootblock *boot, struct fat_descriptor **fp) in readfat() 1123 struct bootblock *boot = boot_of_(fat); in clearchain() [all …]
|
H A D | dir.c | 225 struct bootblock *boot; in resetDosDirSection() 302 struct bootblock *boot; in delete() 391 struct bootblock *boot; in checksize() 482 struct bootblock *boot; in check_subdirectory() 549 struct bootblock *boot; in readDosDirSection() 1088 struct bootblock *boot = fat_get_boot(fat); in reconnect()
|
H A D | dosfs.h | 44 struct bootblock { struct
|
H A D | boot.c | 46 readboot(int dosfs, struct bootblock *boot) in readboot() 337 writefsinfo(int dosfs, struct bootblock *boot) in writefsinfo()
|
H A D | check.c | 50 struct bootblock boot; in checkfilesys()
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 213 bootblock
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | amigaos | 170 # bootblock code
|
H A D | apple | 522 # Reference: https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/sys/bootblock.h
|