Searched refs:total_sectors_32 (Results 1 – 2 of 2) sorted by relevance
56 pub total_sectors_32: u32, field249 bpb.total_sectors_32 = cursor.read_u32()?; in new()287 bpb.total_sectors_32 in new()338 if (self.total_sectors_16 == 0) && (self.total_sectors_32 == 0) { in validate()362 self.total_sectors_32 in validate()
184 fs.bpb.total_sectors_32 as usize in new()303 bpb.total_sectors_32 as usize in new()875 let data_sec: u64 = self.bpb.total_sectors_32 as u64 in max_cluster_number()