HomeSort by relevance Sort by last modified time
    Searched full:get_refcount (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
qcow2-refcount.c 79 static int get_refcount(BlockDriverState *bs, int64_t cluster_index) function
324 return get_refcount(bs, cluster_index);
344 if (get_refcount(bs, i) != 0)
521 refcount = get_refcount(bs, offset >> s->cluster_bits);
543 refcount = get_refcount(bs, l2_offset >> s->cluster_bits);
673 refcount = get_refcount(bs, offset >> s->cluster_bits);
745 refcount = get_refcount(bs, (l2_offset & ~QCOW_OFLAG_COPIED)
841 refcount1 = get_refcount(bs, i);
qcow2.c 930 refcount = get_refcount(bs, k);
932 while (k < nb_clusters && get_refcount(bs, k) == refcount)

Completed in 50 milliseconds