Searched refs:fat_length (Results 1 – 4 of 4) sorted by relevance
29 int fat_length; member97 FAT_SUPER->fat_length = in fat_mount()98 bpb.fat_length ? bpb.fat_length : bpb.fat32_length; in fat_mount()102 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length; in fat_mount()114 if (!bpb.fat_length) in fat_mount()126 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length; in fat_mount()161 > FAT_SUPER->fat_length)) in fat_mount()
47 __u16 fat_length; /* sectors/FAT */ member
124 __le16 fat_length; /* sectors/FAT */ member237 unsigned long fat_length; /* FAT start & length (sec.) */ member
526 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local544 fat_length = blkid_le16(ms->ms_fat_length); in probe_fat()545 if (fat_length == 0) in probe_fat()546 fat_length = blkid_le32(vs->vs_fat32_length); in probe_fat()548 fat_size = fat_length * ms->ms_fats; in probe_fat()