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

/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dext.h94 int readfat(int, struct bootblock *, u_int, struct fatEntry **);
H A Dcheck.c87 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
97 mod |= readfat(dosfs, &boot, i, &currentFat);
H A Dfat.c192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) function

Completed in 32 milliseconds