Lines Matching defs:bs

35 int coroutine_fn qcow2_shrink_l1_table(BlockDriverState *bs,  in qcow2_shrink_l1_table()
86 int qcow2_grow_l1_table(BlockDriverState *bs, uint64_t min_size, in qcow2_grow_l1_table()
211 l2_load(BlockDriverState *bs, uint64_t offset, in l2_load()
227 int qcow2_write_l1_entry(BlockDriverState *bs, int l1_index) in qcow2_write_l1_entry()
273 static int GRAPH_RDLOCK l2_allocate(BlockDriverState *bs, int l1_index) in l2_allocate()
395 qcow2_get_subcluster_range_type(BlockDriverState *bs, uint64_t l2_entry, in qcow2_get_subcluster_range_type()
445 count_contiguous_subclusters(BlockDriverState *bs, int nb_clusters, in count_contiguous_subclusters()
496 do_perform_cow_read(BlockDriverState *bs, uint64_t src_cluster_offset, in do_perform_cow_read()
539 do_perform_cow_write(BlockDriverState *bs, uint64_t cluster_offset, in do_perform_cow_write()
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()
888 perform_cow(BlockDriverState *bs, QCowL2Meta *m) in perform_cow()
1028 int coroutine_fn qcow2_alloc_cluster_link_l2(BlockDriverState *bs, in qcow2_alloc_cluster_link_l2()
1129 void coroutine_fn qcow2_alloc_cluster_abort(BlockDriverState *bs, QCowL2Meta *m) in qcow2_alloc_cluster_abort()
1160 calculate_l2_meta(BlockDriverState *bs, uint64_t host_cluster_offset, in calculate_l2_meta()
1333 cluster_needs_new_alloc(BlockDriverState *bs, uint64_t l2_entry) in cluster_needs_new_alloc()
1365 count_single_write_clusters(BlockDriverState *bs, int nb_clusters, in count_single_write_clusters()
1404 static int coroutine_fn handle_dependencies(BlockDriverState *bs, in handle_dependencies()
1495 handle_copied(BlockDriverState *bs, uint64_t guest_offset, in handle_copied()
1605 do_alloc_cluster_offset(BlockDriverState *bs, uint64_t guest_offset, in do_alloc_cluster_offset()
1662 handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc()
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()
2249 expand_zero_clusters_in_l1(BlockDriverState *bs, uint64_t *l1_table, in expand_zero_clusters_in_l1()
2464 int qcow2_expand_zero_clusters(BlockDriverState *bs, in qcow2_expand_zero_clusters()
2549 void qcow2_parse_compressed_l2_entry(BlockDriverState *bs, uint64_t l2_entry, in qcow2_parse_compressed_l2_entry()