Home
last modified time | relevance | path

Searched refs:fats (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dboot.c99 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) *
H A Dfsck.fat.h95 uint8_t fats; /* number of FATs */ member
133 uint8_t fats; /* number of FATs */ member
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.c426 __u8 fats; /* number of FATs */ member
1190 bs.fats = (char) nr_fats; in setup_tables()
1507 (int) (bs.fats), size_fat, (bs.fats != 1) ? "s" : "", in setup_tables()