Searched refs:ValidFat (Results 1 – 4 of 4) sorted by relevance
89 if (boot.ValidFat < 0) in checkfilesys()95 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()101 if (boot.ValidFat < 0) in checkfilesys()
63 boot->ValidFat = -1; in readboot()89 boot->ValidFat = block[40] & 0x0f; in readboot()
69 int ValidFat; /* valid fat if FAT32 non-mirrored */ member
608 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()