Home
last modified time | relevance | path

Searched refs:root_dir_sectors (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs329 let root_dir_sectors: u64 = ((bpb.root_entries_cnt as u64 * 32) in new() localVariable
347 bpb.rsvd_sec_cnt as u64 + (bpb.num_fats as u64 * fat_size) + root_dir_sectors; in new()
938 let root_dir_sectors: u64 = (((self.bpb.root_entries_cnt as u64) * 32) in max_cluster_number() localVariable
946 + root_dir_sectors); in max_cluster_number()