Searched refs:bootblock (Results 1 – 6 of 6) sorted by relevance
/external/fsck_msdos/ |
D | ext.h | 61 int checkdirty(int, struct bootblock *); 83 int readboot(int, struct bootblock *); 88 int writefsinfo(int, struct bootblock *); 104 struct bootblock* fat_get_boot(struct fat_descriptor *); 112 int readfat(int, struct bootblock *, struct fat_descriptor **);
|
D | fat.c | 55 static inline struct bootblock* boot_of_(struct fat_descriptor *); 170 struct bootblock *boot; 522 static inline struct bootblock* 528 struct bootblock* 559 const struct bootblock *boot = boot_of_(fat); in valid_cl() 582 checkdirty(int fs, struct bootblock *boot) in checkdirty() 648 struct bootblock *boot; in cleardirty() 701 struct bootblock *boot; in _readfat() 808 readfat(int fs, struct bootblock *boot, struct fat_descriptor **fp) in readfat() 1125 struct bootblock *boot = boot_of_(fat); in clearchain() [all …]
|
D | dir.c | 227 struct bootblock *boot; in resetDosDirSection() 304 struct bootblock *boot; in delete() 393 struct bootblock *boot; in checksize() 471 struct bootblock *boot; in check_subdirectory() 538 struct bootblock *boot; in readDosDirSection() 1077 struct bootblock *boot = fat_get_boot(fat); in reconnect()
|
D | dosfs.h | 45 struct bootblock { struct
|
D | boot.c | 48 readboot(int dosfs, struct bootblock *boot) in readboot() 339 writefsinfo(int dosfs, struct bootblock *boot) in writefsinfo()
|
D | check.c | 52 struct bootblock boot; in checkfilesys()
|