Searched refs:fat_size (Results 1 – 2 of 2) sorted by relevance
30 int fat_size; member129 FAT_SUPER->fat_size = 8; in fat_mount()143 FAT_SUPER->fat_size = 4; in fat_mount()148 FAT_SUPER->fat_size = 3; in fat_mount()160 || (FAT_SUPER->fat_size * FAT_SUPER->num_clust / (2 * SECTOR_SIZE) in fat_mount()170 if (FAT_SUPER->fat_size == 8) in fat_mount()175 else if (FAT_SUPER->fat_size == 4) in fat_mount()232 FAT_SUPER->current_cluster * FAT_SUPER->fat_size; in fat_read()237 (cached_pos + FAT_SUPER->fat_size) > 2*FAT_CACHE_SIZE) in fat_read()247 if (FAT_SUPER->fat_size == 3) in fat_read()[all …]
450 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local472 fat_size = fat_length * ms->ms_fats; in probe_fat()476 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()486 root_start = (reserved + fat_size) * sector_size; in probe_fat()505 start_data_sect = reserved + fat_size; in probe_fat()