Searched refs:root_sectors (Results 1 – 1 of 1) sorted by relevance
273 let root_sectors = ((bpb.root_entries_cnt as u32 * 32) + (bpb.bytes_per_sector as u32 - 1)) in new() localVariable292 - ((bpb.rsvd_sec_cnt as u32) + (bpb.num_fats as u32) * fat_size + root_sectors); in new()354 let root_sectors = ((self.root_entries_cnt as u32 * 32) in validate() localVariable366 (self.rsvd_sec_cnt as u32) + (self.num_fats as u32) * fat_size + root_sectors; in validate()