Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx-log.c31 typedef struct VHDXLogSequence { struct
36 } VHDXLogSequence; argument
491 vhdx_log_flush(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_flush()
671 vhdx_log_search(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_search()
676 VHDXLogSequence candidate = { 0 }; in vhdx_log_search()
690 VHDXLogSequence current = { 0 }; in vhdx_log_search()
759 VHDXLogSequence logs = { 0 }; in vhdx_parse_log()
1049 VHDXLogSequence logs = { .valid = true, in vhdx_log_write_and_flush()