Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx-log.c873 uint32_t leading_length = 0; in vhdx_log_write() local
918 leading_length = (VHDX_LOG_SECTOR_SIZE - sector_offset); in vhdx_log_write()
919 leading_length = leading_length > length ? length : leading_length; in vhdx_log_write()
920 aligned_length -= leading_length; in vhdx_log_write()
977 if (i == 0 && leading_length) { in vhdx_log_write()
984 memcpy(merged_sector + sector_offset, data_tmp, leading_length); in vhdx_log_write()
985 bytes_written = leading_length; in vhdx_log_write()