HomeSort by relevance Sort by last modified time
    Searched refs:qcow2_update_snapshot_refcount (Results 1 - 3 of 3) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 265 ret = qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, 1);
325 if (qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, -1) < 0)
344 if (qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, 1) < 0)
366 ret = qcow2_update_snapshot_refcount(bs, sn->l1_table_offset, sn->l1_size, -1);
370 ret = qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, 0);
qcow2.h 185 int qcow2_update_snapshot_refcount(BlockDriverState *bs,
qcow2-refcount.c 745 int qcow2_update_snapshot_refcount(BlockDriverState *bs, function
    [all...]

Completed in 28 milliseconds