Home
last modified time | relevance | path

Searched refs:qcow2_update_snapshot_refcount (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-snapshot.c712 ret = qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, 1); in qcow2_snapshot_create()
840 ret = qcow2_update_snapshot_refcount(bs, sn->l1_table_offset, in qcow2_snapshot_goto()
869 ret = qcow2_update_snapshot_refcount(bs, s->l1_table_offset, in qcow2_snapshot_goto()
891 ret = qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, 0); in qcow2_snapshot_goto()
961 ret = qcow2_update_snapshot_refcount(bs, sn.l1_table_offset, in qcow2_snapshot_delete()
971 ret = qcow2_update_snapshot_refcount(bs, s->l1_table_offset, s->l1_size, 0); in qcow2_snapshot_delete()
H A Dqcow2.h885 qcow2_update_snapshot_refcount(BlockDriverState *bs, int64_t l1_table_offset,
H A Dqcow2-refcount.c1244 int qcow2_update_snapshot_refcount(BlockDriverState *bs, in qcow2_update_snapshot_refcount() function