Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dext.h104 struct bootblock* fat_get_boot(struct fat_descriptor *);
Ddir.c229 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()
Dfat.c529 fat_get_boot(struct fat_descriptor *fat) { in fat_get_boot() function