Lines Matching refs:curr_log
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()
732 if (curr_log.read < tail) { in vhdx_log_search()