Searched refs:writefat (Results 1 – 3 of 3) sorted by relevance
/external/fsck_msdos/ |
D | check.c | 176 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys() 202 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys()
|
D | ext.h | 115 int writefat(int, struct bootblock *, struct fatEntry *, int);
|
D | fat.c | 544 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat() function
|