Home
last modified time | relevance | path

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

/external/crosvm/disk/src/qcow/
Drefcount.rs55 refcount_block_entries: u64, // number of refcounts in a cluster. field
Dmod.rs537 let refcount_block_entries = cluster_size / refcount_bytes; in from() localVariable
912 let refcount_block_entries = cluster_size / refcount_bytes; in rebuild_refcounts() localVariable