Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs512 offset_is_cluster_boundary(header.l1_table_offset, header.cluster_bits)?; in from()
513 offset_is_cluster_boundary(header.snapshots_offset, header.cluster_bits)?; in from()
515 offset_is_cluster_boundary(header.refcount_table_offset, header.cluster_bits)?; in from()
1652 fn offset_is_cluster_boundary(offset: u64, cluster_bits: u32) -> Result<()> { in offset_is_cluster_boundary() function