Searched refs:total_sectors_16 (Results 1 – 2 of 2) sorted by relevance
38 pub total_sectors_16: u16, field202 if bpb.total_sectors_16 != 0 { in validate()243 bpb.total_sectors_16 = cursor.read_u16()?; in new()284 let total_sectors = if bpb.total_sectors_16 != 0 { in new()285 bpb.total_sectors_16 as u32 in new()338 if (self.total_sectors_16 == 0) && (self.total_sectors_32 == 0) { in validate()359 let total_sectors = if self.total_sectors_16 != 0 { in validate()360 self.total_sectors_16 as u32 in validate()
186 fs.bpb.total_sectors_16 as usize in new()305 bpb.total_sectors_16 as usize in new()893 let data_sec: u64 = self.bpb.total_sectors_16 as u64 in max_cluster_number()