Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dcheck.c176 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys()
202 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys()
Dext.h115 int writefat(int, struct bootblock *, struct fatEntry *, int);
Dfat.c553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat() function