Home
last modified time | relevance | path

Searched refs:log_offset (Results 1 – 4 of 4) sorted by relevance

/qemu/block/
H A Dvhdx-endian.c48 h->log_offset = le64_to_cpu(h->log_offset); in vhdx_header_le_import()
71 new_h->log_offset = cpu_to_le64(orig_h->log_offset); in vhdx_header_le_export()
H A Dvhdx.h130 uint64_t log_offset; /* byte offset in the file of the log. member
H A Dvhdx-log.c770 s->log.offset = hdr->log_offset; in vhdx_parse_log()
H A Dvhdx.c506 vhdx_region_register(s, s->headers[s->curr_header]->log_offset, in vhdx_parse_header()
1534 hdr->log_offset = VHDX_HEADER_SECTION_END; in vhdx_create_new_headers()