Searched refs:readfat (Results 1 – 3 of 3) sorted by relevance
/external/fsck_msdos/ |
D | check.c | 97 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys() 107 mod |= readfat(dosfs, &boot, i, ¤tFat); in checkfilesys()
|
D | ext.h | 92 int readfat(int, struct bootblock *, u_int, struct fatEntry **);
|
D | fat.c | 202 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) in readfat() function
|