Lines Matching defs:offset
211 l2_load(BlockDriverState *bs, uint64_t offset, in l2_load()
586 int qcow2_get_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_get_host_offset()
756 get_cluster_table(BlockDriverState *bs, uint64_t offset, in get_cluster_table()
828 qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_compressed_cluster_offset()
1070 uint64_t offset = cluster_offset + ((uint64_t)i << s->cluster_bits); in qcow2_alloc_cluster_link_l2() local
1783 int coroutine_fn qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_host_offset()
1902 discard_in_l2_slice(BlockDriverState *bs, uint64_t offset, uint64_t nb_clusters, in discard_in_l2_slice()
1995 int qcow2_cluster_discard(BlockDriverState *bs, uint64_t offset, in qcow2_cluster_discard()
2041 zero_in_l2_slice(BlockDriverState *bs, uint64_t offset, in zero_in_l2_slice()
2111 zero_l2_subclusters(BlockDriverState *bs, uint64_t offset, in zero_l2_subclusters()
2157 int coroutine_fn qcow2_subcluster_zeroize(BlockDriverState *bs, uint64_t offset, in qcow2_subcluster_zeroize()
2322 int64_t offset = l2_entry & L2E_OFFSET_MASK; in expand_zero_clusters_in_l1() local