Home
last modified time | relevance | path

Searched refs:fat_get_boot (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c227 boot = fat_get_boot(fat); in resetDosDirSection()
304 boot = fat_get_boot(fat); in delete()
393 boot = fat_get_boot(fat); in checksize()
484 boot = fat_get_boot(fat); in check_subdirectory()
563 boot = fat_get_boot(fat); in readDosDirSection()
1088 struct bootblock *boot = fat_get_boot(fat); in reconnect()
H A Dext.h103 struct bootblock* fat_get_boot(struct fat_descriptor *);
H A Dfat.c527 fat_get_boot(struct fat_descriptor *fat) { in fat_get_boot() function