Searched refs:fat_type (Results 1 – 2 of 2) sorted by relevance
210 blocks: if let FATType::FAT32(_) = fs.bpb.fat_type { in new()315 let fs_info: FATFsInfo = match bpb.fat_type { in new()336 match bpb.fat_type { in new()360 blocks: if let FATType::FAT32(_) = bpb.fat_type { in new()419 let fat_type: FATType = self.bpb.fat_type; in get_fat_entry() localVariable426 fat_type.get_fat_bytes_offset(cluster, fat_start_sector, bytes_per_sec); in get_fat_entry()440 let res: FATEntry = match self.bpb.fat_type { in get_fat_entry()510 let fat_type: FATType = self.bpb.fat_type; in get_fat_entry_raw() localVariable517 fat_type.get_fat_bytes_offset(cluster, fat_start_sector, bytes_per_sec); in get_fat_entry_raw()531 let res = match self.bpb.fat_type { in get_fat_entry_raw()[all …]
59 pub fat_type: FATType, field292 bpb.fat_type = if count_clusters < FATFileSystem::FAT12_MAX_CLUSTER { in new()338 let fat_size = match self.fat_type { in validate()372 match self.fat_type { in get_volume_id()