HomeSort by relevance Sort by last modified time
    Searched refs:FATs (Results 1 - 5 of 5) sorted by null

  /external/fsck_msdos/
dosfs.h 52 u_int FATs; /* number of FATs */
check.c 110 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")) {
boot.c 77 boot->FATs = block[16];
199 + boot->FATs * boot->FATsecs
dir.c 462 off = boot->ResSectors + boot->FATs * boot->FATsecs;
554 off = boot->ResSectors + boot->FATs * boot->FATsecs;
fat.c 550 * Write out FATs encoding them from the internal format
644 for (i = 0; i < boot->FATs; i++) {

Completed in 283 milliseconds