Function disk::qcow::offset_is_cluster_boundary

source ยท
fn offset_is_cluster_boundary(
    offset: u64,
    cluster_bits: u32,
) -> Result<(), Error>