Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx-log.c869 int sector_offset; in vhdx_log_write() local
911 sector_offset = offset % VHDX_LOG_SECTOR_SIZE; in vhdx_log_write()
917 if (sector_offset) { in vhdx_log_write()
918 leading_length = (VHDX_LOG_SECTOR_SIZE - sector_offset); in vhdx_log_write()
984 memcpy(merged_sector + sector_offset, data_tmp, leading_length); in vhdx_log_write()