Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs832 refblock_clusters: u64, in rebuild_refcounts()
835 let refcount_table_entries = refblock_clusters.div_ceil(pointers_per_cluster); in rebuild_refcounts()
933 let refblock_clusters = max_valid_cluster_index.div_ceil(refcount_block_entries); in rebuild_refcounts() localVariable
934 let reftable_clusters = refblock_clusters.div_ceil(pointers_per_cluster); in rebuild_refcounts()
937 (refblock_clusters + reftable_clusters).div_ceil(refcount_block_entries); in rebuild_refcounts()
939 max_valid_cluster_index += refblock_clusters + reftable_clusters; in rebuild_refcounts()
963 refblock_clusters, in rebuild_refcounts()