Home
last modified time | relevance | path

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

/external/crosvm/disk/src/qcow/
Dmod.rs459 offset_is_cluster_boundary(header.l1_table_offset, header.cluster_bits)?; in from()
460 offset_is_cluster_boundary(header.snapshots_offset, header.cluster_bits)?; in from()
462 offset_is_cluster_boundary(header.refcount_table_offset, header.cluster_bits)?; in from()
1573 fn offset_is_cluster_boundary(offset: u64, cluster_bits: u32) -> Result<()> { in offset_is_cluster_boundary() function