Home
last modified time | relevance | path

Searched refs:FATs (Results 1 – 5 of 5) sorted by relevance

/external/fsck_msdos/
Dboot.c77 boot->FATs = block[16];
208 if (boot->FATs == 0) {
209 pfatal("Invalid number of FATs: %u", boot->FATs);
221 + boot->FATs * boot->FATsecs
Ddosfs.h52 u_int FATs; /* number of FATs */ member
Dcheck.c123 for (i = 1; i < (int)boot.FATs; i++) { in checkfilesys()
Ddir.c462 off = boot->ResSectors + boot->FATs * boot->FATsecs; in check_dot_dot()
556 off = boot->ResSectors + boot->FATs * boot->FATsecs; in readDosDirSection()
Dfat.c644 for (i = 0; i < boot->FATs; i++) { in writefat()