| H A D | qcow2-refcount.c | 89 /* refcount handling */ 244 * Retrieves the refcount of the cluster given by its index and stores it in 245 * *refcount. Returns 0 on success and -errno on failure. 248 uint64_t *refcount) in qcow2_get_refcount() argument 258 *refcount = 0; in qcow2_get_refcount() 264 *refcount = 0; in qcow2_get_refcount() 282 *refcount = s->get_refcount(refcount_block, block_index); in qcow2_get_refcount() 289 /* Checks if two offsets are described by the same refcount block */ 300 * Loads a refcount block. If it doesn't exist yet, it is allocated first 301 * (including growing the refcount tabl 842 uint64_t refcount; update_refcount() local 972 uint64_t i, nb_clusters, refcount; alloc_clusters_noref() local 1035 uint64_t cluster_index, refcount; qcow2_alloc_clusters_at() local 1084 uint64_t refcount; qcow2_alloc_bytes() local 1248 uint64_t *l1_table, *l2_slice, l2_offset, entry, l1_size2, refcount; qcow2_update_snapshot_refcount() local 1532 uint64_t start, last, cluster_offset, k, refcount; qcow2_inc_refcounts_imrt() local 1958 uint64_t refcount; check_oflag_copied() local 3265 uint64_t refcount; walk_over_reftable() local 3653 uint64_t refcount = s->get_refcount(refblock, block_index); qcow2_shrink_reftable() local 3701 uint64_t refcount; qcow2_get_last_cluster() local 3741 uint64_t refcount; qcow2_detect_metadata_preallocation() local [all...] |