Home
last modified time | relevance | path

Searched refs:bdrv_snapshot_list (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/block/
H A Dsnapshot.c62 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()
111 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find_by_id_and_name()
388 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function
400 if (drv->bdrv_snapshot_list) { in bdrv_snapshot_list()
401 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()
404 return bdrv_snapshot_list(fallback_bs, psn_info); in bdrv_snapshot_list()
H A Dqapi.c184 sn_count = bdrv_snapshot_list(bs, &sn_tab); in bdrv_query_snapshot_info_list()
H A Drbd.c1844 .bdrv_snapshot_list = qemu_rbd_snap_list,
H A Dqcow2.c6174 .bdrv_snapshot_list = qcow2_snapshot_list,
/openbmc/qemu/include/block/
H A Dsnapshot.h76 int bdrv_snapshot_list(BlockDriverState *bs,
H A Dblock_int-common.h324 int GRAPH_RDLOCK_PTR (*bdrv_snapshot_list)( member
/openbmc/qemu/replay/
H A Dreplay-debugging.c155 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c891 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in hmp_info_snapshots()
905 bs1_nb_sns = bdrv_snapshot_list(bs1, &sn); in hmp_info_snapshots()
/openbmc/qemu/
H A Dqemu-img.c2823 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in dump_snapshots()