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

  /external/qemu/block/
qcow2-refcount.c 30 static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs,
259 ret = update_refcount(bs, new_block, s->cluster_size, 1);
265 * update_refcount uses the refcount cache itself */
458 static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs, function
469 printf("update_refcount: offset=%" PRId64 " size=%" PRId64 " addend=%d\n",
551 dummy = update_refcount(bs, offset, cluster_offset - offset, -addend);
571 ret = update_refcount(bs, cluster_index << s->cluster_bits, 1, addend);
623 ret = update_refcount(bs, offset, size, 1);
683 ret = update_refcount(bs, offset, size, -1);
798 ret = update_refcount(bs
    [all...]

Completed in 166 milliseconds