Searched refs:curr_log (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | vhdx-log.c | 678 VHDXLogEntries curr_log; in vhdx_log_search() local 680 memcpy(&curr_log, &s->log, sizeof(VHDXLogEntries)); in vhdx_log_search() 681 curr_log.write = curr_log.length; /* assume log is full */ in vhdx_log_search() 682 curr_log.read = 0; in vhdx_log_search() 692 tail = curr_log.read; in vhdx_log_search() 694 ret = vhdx_validate_log_entry(bs, s, &curr_log, curr_seq, in vhdx_log_search() 702 current.log = curr_log; in vhdx_log_search() 704 current.log.write = curr_log.read; in vhdx_log_search() 710 ret = vhdx_validate_log_entry(bs, s, &curr_log, curr_seq, in vhdx_log_search() 718 current.log.write = curr_log.read; in vhdx_log_search() [all …]
|