Searched refs:refcount_cache_size (Results 1 – 2 of 2) sorted by relevance
86 disk_size = refcount_cache_size * cluster_size * 8 / refcount_bits92 disk_size = refcount_cache_size * 3276898 refcount_cache_size = disk_size_GB * 32768
884 uint64_t *refcount_cache_size, Error **errp) in read_cache_sizes() argument906 *refcount_cache_size = qemu_opt_get_size(opts, in read_cache_sizes()925 } else if (*refcount_cache_size > combined_cache_size) { in read_cache_sizes()932 *refcount_cache_size = combined_cache_size - *l2_cache_size; in read_cache_sizes()934 *l2_cache_size = combined_cache_size - *refcount_cache_size; in read_cache_sizes()940 *refcount_cache_size = combined_cache_size - *l2_cache_size; in read_cache_sizes()942 *refcount_cache_size = in read_cache_sizes()944 *l2_cache_size = combined_cache_size - *refcount_cache_size; in read_cache_sizes()993 uint64_t l2_cache_size, l2_cache_entry_size, refcount_cache_size; in qcow2_update_options_prepare() local1010 &refcount_cache_size, errp)) { in qcow2_update_options_prepare()[all …]