Searched refs:l1_clusters (Results 1 – 1 of 1) sorted by relevance
267 let l1_clusters: u32 = div_round_up_u32(num_l2_clusters, cluster_size); in create_for_size_and_path() localVariable284 refcount_table_offset: u64::from(cluster_size * (l1_clusters + 1)), in create_for_size_and_path()292 num_clusters + l1_clusters + num_l2_clusters + header_clusters, in create_for_size_and_path()496 let l1_clusters = div_round_up_u64(num_l2_clusters, cluster_size); in from() localVariable515 (num_clusters + l1_clusters + num_l2_clusters + header_clusters) as u32, in from()521 if l1_clusters + refcount_clusters > MAX_RAM_POINTER_TABLE_SIZE { in from()696 let l1_clusters = div_round_up_u64(header.l1_size as u64, cluster_size); in rebuild_refcounts() localVariable698 for i in 0..l1_clusters { in rebuild_refcounts()863 let l1_clusters = div_round_up_u64(l2_clusters, cluster_size); in rebuild_refcounts() localVariable865 let max_clusters = data_clusters + l2_clusters + l1_clusters + header_clusters; in rebuild_refcounts()