Home
last modified time | relevance | path

Searched defs:snapshots_offset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-snapshot.c280 uint64_t snapshots_offset; in qcow2_write_snapshots() member
282 int64_t offset, snapshots_offset = 0; in qcow2_write_snapshots() local
441 uint64_t snapshots_offset; in qcow2_check_read_snapshot_table() member
H A Dqcow2.h167 uint64_t snapshots_offset; member
368 uint64_t snapshots_offset; member
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py236 def snapshots_offset(current): function