Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c123 sn->date_sec = be32_to_cpu(h.date_sec); in qcow2_do_read_snapshots()
335 h.date_sec = cpu_to_be32(sn->date_sec); in qcow2_write_snapshots()
666 sn->date_sec = sn_info->date_sec; in qcow2_snapshot_create()
1011 sn_info->date_sec = sn->date_sec; in qcow2_snapshot_list()
H A Drbd.c1768 sn_info->date_sec = 0; in qemu_rbd_snap_list()
/openbmc/qemu/include/block/
H A Dsnapshot.h43 uint32_t date_sec; /* UTC date of the snapshot */ member