Home
last modified time | relevance | path

Searched defs:refcount_block_entries (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Drefcount.rs45 refcount_block_entries: u64, // number of refcounts in a cluster. field
H A Dmod.rs577 let refcount_block_entries = cluster_size / refcount_bytes; in from() localVariable
925 let refcount_block_entries = cluster_size / refcount_bytes; in rebuild_refcounts() localVariable