Searched refs:nb_sns (Results 1 – 1 of 1) sorted by relevance
1223 int nb_sns, i, ret; in bdrv_snapshot_find() local1226 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in bdrv_snapshot_find()1227 if (nb_sns < 0) in bdrv_snapshot_find()1229 for(i = 0; i < nb_sns; i++) { in bdrv_snapshot_find()1454 int nb_sns, i; in do_info_snapshots() local1472 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in do_info_snapshots()1473 if (nb_sns < 0) { in do_info_snapshots()1474 monitor_printf(err, "bdrv_snapshot_list: error %d\n", nb_sns); in do_info_snapshots()1480 for(i = 0; i < nb_sns; i++) { in do_info_snapshots()