MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / refcounts_per_block

Method refcounts_per_block

block/src/qcow/refcount.rs:98–100  ·  view source on GitHub ↗

Returns the number of refcounts per block.

(&self)

Source from the content-addressed store, hash-verified

96
97 /// Returns the number of refcounts per block.
98 pub fn refcounts_per_block(&self) -> u64 {
99 self.refcount_block_entries
100 }
101
102 /// Returns the maximum valid cluster offset in the raw file for this refcount table.
103 pub fn max_valid_cluster_offset(&self) -> u64 {

Callers 2

set_cluster_refcountMethod · 0.80
set_cluster_refcountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected