Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dcheck.c109 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()
Dboot.c71 boot->ValidFat = -1;
95 boot->ValidFat = block[40] & 0x0f;
Ddosfs.h74 int ValidFat; /* valid fat if FAT32 non-mirrored */ member
Dfat.c594 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()