Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dcheck.c141 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys()
165 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys()
H A Dext.h102 int writefat(int, struct bootblock *, struct fatEntry *, int);
H A Dfat.c477 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat() function