Home
last modified time | relevance | path

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

/qemu/block/
H A Dvhdx-endian.c125 hdr->descriptor_count = le32_to_cpu(hdr->descriptor_count); in vhdx_log_entry_hdr_le_import()
140 hdr->descriptor_count = cpu_to_le32(hdr->descriptor_count); in vhdx_log_entry_hdr_le_export()
H A Dvhdx-log.c249 if (hdr->descriptor_count * sizeof(VHDXLogDescriptor) > hdr->entry_length) { in vhdx_log_hdr_is_valid()
362 desc_sectors = vhdx_compute_desc_sectors(hdr.descriptor_count); in vhdx_log_read_desc()
381 for (i = 0; i < hdr.descriptor_count; i++) { in vhdx_log_read_desc()
536 for (i = 0; i < desc_entries->hdr.descriptor_count; i++) { in vhdx_log_flush()
619 desc_sectors = vhdx_compute_desc_sectors(hdr.descriptor_count); in vhdx_validate_log_entry()
945 .descriptor_count = sectors, in vhdx_log_write()
953 desc_sectors = vhdx_compute_desc_sectors(new_hdr.descriptor_count); in vhdx_log_write()
H A Dvhdx.h175 uint32_t descriptor_count; /* number of descriptors in this log member