Searched refs:fats (Results 1 – 3 of 3) sorted by relevance
99 printf("%10d FATs, %d bit entries\n", b->fats, fs->fat_bits); in dump_boot()358 if (b.fats != 2 && b.fats != 1)359 die("Currently, only 1 or 2 FATs are supported, not %d.\n", b.fats);360 fs->nfats = b.fats;375 fs->root_start = ((off_t)le16toh(b.reserved) + b.fats * fat_length) *
95 uint8_t fats; /* number of FATs */ member133 uint8_t fats; /* number of FATs */ member
426 __u8 fats; /* number of FATs */ member1190 bs.fats = (char) nr_fats; in setup_tables()1507 (int) (bs.fats), size_fat, (bs.fats != 1) ? "s" : "", in setup_tables()