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

/external/fsck_msdos/
H A Ddosfs.h52 u_int FATs; /* number of FATs */ member in struct:bootblock
H A Dboot.c77 boot->FATs = block[16];
227 if (boot->FATs == 0) {
228 pfatal("Invalid number of FATs: %u", boot->FATs);
240 + boot->FATs * boot->FATsecs
H A Dcheck.c110 printf("** Phase 1 - Read and Compare FATs\n");
123 for (i = 1; i < (int)boot.FATs; i++) {
149 /* delay writing FATs */
160 /* delay writing FATs */
173 /* now write the FATs */
175 if (ask(1, "Update FATs")) {
H A Ddir.c462 off = boot->ResSectors + boot->FATs * boot->FATsecs;
556 off = boot->ResSectors + boot->FATs * boot->FATsecs;
H A Dfat.c550 * Write out FATs encoding them from the internal format
644 for (i = 0; i < boot->FATs; i++) {

Completed in 390 milliseconds