Searched defs:nb_clusters (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 445 count_contiguous_subclusters(BlockDriverState *bs, int nb_clusters, in count_contiguous_subclusters() 595 uint64_t bytes_available, bytes_needed, nb_clusters; in qcow2_get_host_offset() local 1170 unsigned nb_clusters = size_to_clusters(s, cow_end_from); in calculate_l2_meta() local 1365 count_single_write_clusters(BlockDriverState *bs, int nb_clusters, in count_single_write_clusters() 1502 uint64_t nb_clusters; in handle_copied() local 1606 uint64_t *host_offset, uint64_t *nb_clusters) in do_alloc_cluster_offset() 1668 uint64_t nb_clusters; in handle_alloc() local 1902 discard_in_l2_slice(BlockDriverState *bs, uint64_t offset, uint64_t nb_clusters, in discard_in_l2_slice() 2001 uint64_t nb_clusters; in qcow2_cluster_discard() local 2042 uint64_t nb_clusters, int flags) in zero_in_l2_slice() [all …]
|
H A D | qcow2-refcount.c | 972 uint64_t i, nb_clusters, refcount; in alloc_clusters_noref() local 1032 int64_t nb_clusters) in qcow2_alloc_clusters_at() 2088 void **refcount_table, int64_t *nb_clusters) in check_refblocks() 2203 void **refcount_table, int64_t *nb_clusters) in calculate_refcounts() 2307 void *refcount_table, int64_t nb_clusters) in compare_refcounts() 2470 BlockDriverState *bs, void **refcount_table, int64_t *nb_clusters, in rebuild_refcounts_write_refblocks() 2609 void **refcount_table, int64_t *nb_clusters, in rebuild_refcount_structure() 2787 int64_t size, highest_cluster, nb_clusters; in qcow2_check_refcounts() local
|
H A D | qcow2.h | 452 int nb_clusters; member
|
H A D | qcow2.c | 4560 int64_t nb_clusters = MIN( in qcow2_co_truncate() local
|