Home
last modified time | relevance | path

Searched refs:log_length (Results 1 – 7 of 7) 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
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()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_dbf.h378 } else if (qtcb->header.log_length) { in zfcp_dbf_hba_fsf_response()
H A Dzfcp_fsf.h324 u16 log_length; member
H A Dzfcp_dbf.c98 rec->pl_len = q_head->log_length; in zfcp_dbf_hba_fsf_res()