Home
last modified time | relevance | path

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

/mirbsd/src/sbin/fsck_msdos/
Dcheck.c85 if (boot.ValidFat < 0) in checkfilesys()
91 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
97 if (boot.ValidFat < 0) in checkfilesys()
Dboot.c68 boot->ValidFat = -1; in readboot()
92 boot->ValidFat = block[40] & 0x0f; in readboot()
Ddosfs.h75 int ValidFat; /* valid fat if FAT32 non-mirrored */ member