Searched refs:fat_type (Results 1 – 2 of 2) sorted by relevance
184 blocks: if let FATType::FAT32(_) = fs.bpb.fat_type { in new()250 let fs_info: FATFsInfo = match bpb.fat_type { in new()272 match bpb.fat_type { in new()296 blocks: if let FATType::FAT32(_) = bpb.fat_type { in new()348 let fat_type: FATType = self.bpb.fat_type; in get_fat_entry() localVariable355 fat_type.get_fat_bytes_offset(cluster, fat_start_sector, bytes_per_sec); in get_fat_entry()373 let res: FATEntry = match self.bpb.fat_type { in get_fat_entry()443 let fat_type: FATType = self.bpb.fat_type; in get_fat_entry_raw() localVariable450 fat_type.get_fat_bytes_offset(cluster, fat_start_sector, bytes_per_sec); in get_fat_entry_raw()467 let res = match self.bpb.fat_type { in get_fat_entry_raw()[all …]
59 pub fat_type: FATType, field261 bpb.fat_type = if count_clusters < 4085 { in new()370 match self.fat_type { in get_volume_id()