Home
last modified time | relevance | path

Searched refs:bdrv_can_snapshot (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dsnapshot.c196 int bdrv_can_snapshot(BlockDriverState *bs) in bdrv_can_snapshot() function
209 return bdrv_can_snapshot(fallback_bs); in bdrv_can_snapshot()
555 ok = bdrv_can_snapshot(bs); in bdrv_all_can_snapshot()
767 bdrv_can_snapshot(bs); in bdrv_all_find_vmstate_bs()
/openbmc/qemu/include/block/
H A Dsnapshot.h64 int GRAPH_RDLOCK bdrv_can_snapshot(BlockDriverState *bs);
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c930 if (bdrv_can_snapshot(bs1)) { in hmp_info_snapshots()
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c857 if (bdrv_can_snapshot(bs)) { in vm_completion()
/openbmc/qemu/
H A Dblockdev.c1268 if (!bdrv_can_snapshot(bs)) { in internal_snapshot_action()