Searched refs:fat_type (Results 1 – 2 of 2) sorted by relevance
183 blocks: if let FATType::FAT32(_) = fs.bpb.fat_type { in new()256 let fs_info: FATFsInfo = match bpb.fat_type { in new()278 match bpb.fat_type { in new()302 blocks: if let FATType::FAT32(_) = bpb.fat_type { in new()358 let fat_type: FATType = self.bpb.fat_type; in get_fat_entry() localVariable365 fat_type.get_fat_bytes_offset(cluster, fat_start_sector, bytes_per_sec); in get_fat_entry()383 let res: FATEntry = match self.bpb.fat_type { in get_fat_entry()453 let fat_type: FATType = self.bpb.fat_type; in get_fat_entry_raw() localVariable460 fat_type.get_fat_bytes_offset(cluster, fat_start_sector, bytes_per_sec); in get_fat_entry_raw()477 let res = match self.bpb.fat_type { in get_fat_entry_raw()[all …]
59 pub fat_type: FATType, field297 bpb.fat_type = if count_clusters < FATFileSystem::FAT12_MAX_CLUSTER { in new()343 let fat_size = match self.fat_type { in validate()378 match self.fat_type { in get_volume_id()