Searched refs:entry_length (Results 1 – 3 of 3) sorted by relevance
122 hdr->entry_length = le32_to_cpu(hdr->entry_length); in vhdx_log_entry_hdr_le_import()137 hdr->entry_length = cpu_to_le32(hdr->entry_length); in vhdx_log_entry_hdr_le_export()
229 if (log->length < hdr->entry_length) { in vhdx_log_hdr_is_valid()234 if (hdr->entry_length % (VHDX_LOG_SECTOR_SIZE)) { in vhdx_log_hdr_is_valid()249 if (hdr->descriptor_count * sizeof(VHDXLogDescriptor) > hdr->entry_length) { in vhdx_log_hdr_is_valid()623 total_sectors = hdr.entry_length / VHDX_LOG_SECTOR_SIZE; in vhdx_validate_log_entry()956 new_hdr.entry_length = total_length; in vhdx_log_write()
169 uint32_t entry_length; /* length in bytes, multiple of 1MB */ member