Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c271 int qcow2_write_snapshots(BlockDriverState *bs) in qcow2_write_snapshots() function
560 ret = qcow2_write_snapshots(bs); in qcow2_check_fix_snapshot_table()
727 ret = qcow2_write_snapshots(bs); in qcow2_snapshot_create()
942 ret = qcow2_write_snapshots(bs); in qcow2_snapshot_delete()
H A Dqcow2.h987 int GRAPH_RDLOCK qcow2_write_snapshots(BlockDriverState *bs);
H A Dqcow2.c5593 ret = qcow2_write_snapshots(bs); in qcow2_upgrade()