Home
last modified time | relevance | path

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

/qemu/block/
H A Dvhdx-endian.c47 h->log_length = le32_to_cpu(h->log_length); in vhdx_header_le_import()
70 new_h->log_length = cpu_to_le32(orig_h->log_length); in vhdx_header_le_export()
H A Dvhdx-log.c771 s->log.length = hdr->log_length; in vhdx_parse_log()
791 if (hdr->log_length == 0) { in vhdx_parse_log()
795 if (hdr->log_length % VHDX_LOG_MIN_SIZE) { in vhdx_parse_log()
889 if (length > header->log_length) { in vhdx_log_write()
H A Dvhdx.h128 uint32_t log_length; /* length of the log. Must be multiple member
H A Dvhdx.c507 s->headers[s->curr_header]->log_length); in vhdx_parse_header()
1533 hdr->log_length = log_size; in vhdx_create_new_headers()