Home
last modified time | relevance | path

Searched refs:fat_length (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.c1307 fat_length = fatlength12; in setup_tables()
1308 bs.fat_length = CT_LE_W(fatlength12); in setup_tables()
1332 fat_length = fatlength16; in setup_tables()
1333 bs.fat_length = CT_LE_W(fatlength16); in setup_tables()
1339 fat_length = fatlength32; in setup_tables()
1340 bs.fat_length = CT_LE_W(0); in setup_tables()
1420 bs.fat_length = CT_LE_W(fat_length); in setup_tables()
1422 bs.fat_length = 0; in setup_tables()
1510 fat_length, (fat_length != 1) ? "s" : "", in setup_tables()
1632 int fat_length; in write_tables() local
[all …]
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dboot.c339 off_t fat_length;
369 fat_length = le16toh(b.fat_length) ?
370 le16toh(b.fat_length) : le32toh(b.fat32_length);
371 if (!fat_length)
375 fs->root_start = ((off_t)le16toh(b.reserved) + b.fats * fat_length) *
390 if (!b.fat_length && b.fat32_length) {
434 if (fs->data_clusters + 2 > fat_length * logical_sector_size * 8 / 16 ||
442 fs->fat_size = fat_length * logical_sector_size;
H A Dfsck.fat.h99 uint16_t fat_length; /* sectors/FAT */ member
137 uint16_t fat_length; /* sectors/FAT */ member
H A DChangeLog2491 Warning: Filesystem is FAT32 according to fat_length and fat32_length fields,