Searched refs:fat_length (Results 1 – 2 of 2) sorted by relevance
121 __le16 fat_length; /* sectors/FAT */ member
524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local542 fat_length = blkid_le16(ms->ms_fat_length); in probe_fat()543 if (fat_length == 0) in probe_fat()544 fat_length = blkid_le32(vs->vs_fat32_length); in probe_fat()546 fat_size = fat_length * ms->ms_fats; in probe_fat()