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