Searched refs:log_length (Results 1 – 3 of 3) sorted by relevance
47 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()
771 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()
128 uint32_t log_length; /* length of the log. Must be multiple member