Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx-log.c100 static int vhdx_log_inc_idx(uint32_t idx, uint64_t length) in vhdx_log_inc_idx() function
154 read = vhdx_log_inc_idx(read, log->length); in vhdx_log_read_sectors()
196 write = vhdx_log_inc_idx(write, log->length); in vhdx_log_write_sectors()
659 log->read = vhdx_log_inc_idx(log->read, log->length); in vhdx_validate_log_entry()