Home
last modified time | relevance | path

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

/openbmc/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