Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dcheck.c115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
126 mod |= readfat(dosfs, &boot, i, &currentFat); in checkfilesys()
Dext.h99 int readfat(int, struct bootblock *, int, struct fatEntry **);
Dfat.c207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) in readfat() function