Searched refs:snapshots_offset (Results 1 – 6 of 6) sorted by relevance
101 offset = s->snapshots_offset; in qcow2_do_read_snapshots()222 assert(table_length == offset - s->snapshots_offset); in qcow2_do_read_snapshots()226 offset - s->snapshots_offset > INT_MAX) in qcow2_do_read_snapshots()256 assert(offset - s->snapshots_offset <= INT_MAX); in qcow2_do_read_snapshots()257 s->snapshots_size = offset - s->snapshots_offset; in qcow2_do_read_snapshots()280 uint64_t snapshots_offset; in qcow2_write_snapshots() member282 int64_t offset, snapshots_offset = 0; in qcow2_write_snapshots() local305 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size); in qcow2_write_snapshots()306 offset = snapshots_offset; in qcow2_write_snapshots()403 QEMU_BUILD_BUG_ON(offsetof(QCowHeader, snapshots_offset) != in qcow2_write_snapshots()[all …]
167 uint64_t snapshots_offset; member 371 uint64_t snapshots_offset;368 uint64_t snapshots_offset; global() member
1431 header.snapshots_offset = be64_to_cpu(header.snapshots_offset); in qcow2_do_open() 1643 ret = qcow2_validate_table(bs, header.snapshots_offset, in qcow2_do_open() 1853 s->snapshots_offset = header.snapshots_offset; in qcow2_do_open() 3055 .snapshots_offset = cpu_to_be64(s->snapshots_offset), in qcow2_update_header()
2283 s->snapshots_offset, s->snapshots_size); in calculate_refcounts() 2973 if (overlaps_with(s->snapshots_offset, s->snapshots_size)) { in qcow2_check_metadata_overlap()
236 def snapshots_offset(current): function
86 64 - 71: snapshots_offset696 fields snapshots_offset and nb_snapshots. The entries of the snapshot table