Home
last modified time | relevance | path

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

/third_party/uapp/fsck-msdosfs/
A Dcheck.c81 if (boot.ValidFat < 0) in checkfilesys()
87 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
93 if (boot.ValidFat < 0) in checkfilesys()
A Ddosfs.h69 int ValidFat; /* valid fat if FAT32 non-mirrored */ member
A Dboot.c55 boot->ValidFat = -1; in readboot()
81 boot->ValidFat = block[40] & 0x0f; in readboot()
A Dfat.c600 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()

Completed in 9 milliseconds