Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_msdosfs/
HDcheck.c147 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys()
171 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys()
HDext.h106 int writefat(int, struct bootblock *, struct fatEntry *, int);
HDfat.c558 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat() function