Searched refs:fat_length (Results 1 – 4 of 4) sorted by relevance
1307 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 …]
339 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;
99 uint16_t fat_length; /* sectors/FAT */ member137 uint16_t fat_length; /* sectors/FAT */ member
2491 Warning: Filesystem is FAT32 according to fat_length and fat32_length fields,