Searched refs:bdrv_snapshot_list (Results 1 – 5 of 5) sorted by relevance
94 int (*bdrv_snapshot_list)(BlockDriverState *bs, member
212 int bdrv_snapshot_list(BlockDriverState *bs,
1889 int bdrv_snapshot_list(BlockDriverState *bs, in bdrv_snapshot_list() function1895 if (drv->bdrv_snapshot_list) in bdrv_snapshot_list()1896 return drv->bdrv_snapshot_list(bs, psn_info); in bdrv_snapshot_list()1898 return bdrv_snapshot_list(bs->file, psn_info); in bdrv_snapshot_list()
2463 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()2709 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in do_info_snapshots()
1354 .bdrv_snapshot_list = qcow2_snapshot_list,