Searched defs:total_sectors (Results 1 – 2 of 2) sorted by relevance
279 let total_sectors = if bpb.total_sectors_16 != 0 { in new() localVariable353 let total_sectors = if self.total_sectors_16 != 0 { in validate() localVariable
26 pub total_sectors: u32, // 分区占用的磁盘扇区数 field