Searched refs:ValidFat (Results 1 – 4 of 4) sorted by relevance
109 else if (boot.ValidFat < 0) in checkfilesys()115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()122 if (!skip_fat_compare && boot.ValidFat < 0) in checkfilesys()
71 boot->ValidFat = -1;95 boot->ValidFat = block[40] & 0x0f;
74 int ValidFat; /* valid fat if FAT32 non-mirrored */ member
594 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()