Home
last modified time | relevance | path

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

/qemu/block/
H A Dvhdx-log.c34 VHDXLogEntries log;
59 vhdx_log_peek_hdr(BlockDriverState *bs, VHDXLogEntries *log, in vhdx_log_peek_hdr()
132 vhdx_log_read_sectors(BlockDriverState *bs, VHDXLogEntries *log, in vhdx_log_read_sectors()
175 vhdx_log_write_sectors(BlockDriverState *bs, VHDXLogEntries *log, in vhdx_log_write_sectors()
218 static bool vhdx_log_hdr_is_valid(VHDXLogEntries *log, VHDXLogEntryHeader *hdr, in vhdx_log_hdr_is_valid()
339 vhdx_log_read_desc(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogEntries *log, in vhdx_log_read_desc()
592 VHDXLogEntries *log, uint64_t seq, in vhdx_validate_log_entry()
678 VHDXLogEntries curr_log; in vhdx_log_search()
680 memcpy(&curr_log, &s->log, sizeof(VHDXLogEntries)); in vhdx_log_search()
H A Dvhdx.h339 typedef struct VHDXLogEntries { struct
348 } VHDXLogEntries; argument
390 VHDXLogEntries log;