Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c89 QCowSnapshot *sn; in qcow2_do_read_snapshots()
102 s->snapshots = g_new0(QCowSnapshot, s->nb_snapshots); in qcow2_do_read_snapshots()
274 QCowSnapshot *sn; in qcow2_write_snapshots()
580 QCowSnapshot *sn; in find_new_snapshot_id()
640 QCowSnapshot *new_snapshot_list = NULL; in qcow2_snapshot_create()
641 QCowSnapshot *old_snapshot_list = NULL; in qcow2_snapshot_create()
642 QCowSnapshot sn1, *sn = &sn1; in qcow2_snapshot_create()
718 new_snapshot_list = g_new(QCowSnapshot, s->nb_snapshots + 1); in qcow2_snapshot_create()
721 s->nb_snapshots * sizeof(QCowSnapshot)); in qcow2_snapshot_create()
763 QCowSnapshot *sn; in qcow2_snapshot_goto()
[all …]
H A Dqcow2.h213 typedef struct QCowSnapshot { struct
229 } QCowSnapshot; argument
371 QCowSnapshot *snapshots;
H A Dqcow2-refcount.c2207 QCowSnapshot *sn; in calculate_refcounts()