Searched refs:fat_get_boot (Results 1 – 3 of 3) sorted by relevance
104 struct bootblock* fat_get_boot(struct fat_descriptor *);
229 boot = fat_get_boot(fat); in resetDosDirSection()306 boot = fat_get_boot(fat); in delete()394 boot = fat_get_boot(fat); in checksize()466 boot = fat_get_boot(fat); in check_subdirectory()545 boot = fat_get_boot(fat); in readDosDirSection()1070 struct bootblock *boot = fat_get_boot(fat); in reconnect()
529 fat_get_boot(struct fat_descriptor *fat) { in fat_get_boot() function