Lines Matching refs:offset_into_cluster
268 if (offset_into_cluster(s, refcount_block_offset)) { in qcow2_get_refcount()
325 if (offset_into_cluster(s, refcount_block_offset)) { in alloc_refcount_block()
1079 assert(!s->free_byte_offset || offset_into_cluster(s, s->free_byte_offset)); in qcow2_alloc_bytes()
1095 free_in_cluster = s->cluster_size - offset_into_cluster(s, offset); in qcow2_alloc_bytes()
1137 if (!offset_into_cluster(s, s->free_byte_offset)) { in qcow2_alloc_bytes()
1191 if (offset_into_cluster(s, l2_entry & L2E_OFFSET_MASK)) { in qcow2_free_any_cluster()
1296 if (offset_into_cluster(s, l2_offset)) { in qcow2_update_snapshot_refcount()
1343 if (offset_into_cluster(s, offset)) { in qcow2_update_snapshot_refcount()
1764 if (offset_into_cluster(s, offset)) { in check_refcounts_l2()
1926 if (offset_into_cluster(s, l2_offset)) { in check_refcounts_l1()
2108 if (offset_into_cluster(s, offset)) { in check_refblocks()
2244 if (offset_into_cluster(s, sn->l1_table_offset)) { in calculate_refcounts()
2696 assert(offset_into_cluster(s, reftable_offset) == 0); in rebuild_refcount_structure()
2939 size = ROUND_UP(offset_into_cluster(s, offset) + size, s->cluster_size); in qcow2_check_metadata_overlap()
3245 if (offset_into_cluster(s, refblock_offset)) { in walk_over_reftable()