Home
last modified time | relevance | path

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

/external/crosvm/disk/src/qcow/
Drefcount.rs44 max_valid_cluster_offset: u64, field
65 let max_valid_cluster_offset = max_valid_cluster_index * cluster_size; in new() localVariable
82 pub fn max_valid_cluster_offset(&self) -> u64 { in max_valid_cluster_offset() method
Dmod.rs883 let max_valid_cluster_offset = max_valid_cluster_index * cluster_size; in rebuild_refcounts() localVariable
1106 let max_valid_cluster_offset = self.refcounts.max_valid_cluster_offset(); in get_new_cluster() localVariable