Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx.h356 typedef struct BDRVVHDXState { struct
400 } BDRVVHDXState; argument
405 vhdx_update_headers(BlockDriverState *bs, BDRVVHDXState *s, bool rw,
415 vhdx_parse_log(BlockDriverState *bs, BDRVVHDXState *s, bool *flushed,
419 vhdx_log_write_and_flush(BlockDriverState *bs, BDRVVHDXState *s,
454 vhdx_user_visible_write(BlockDriverState *bs, BDRVVHDXState *s);
H A Dvhdx.c231 static int vhdx_region_check(BDRVVHDXState *s, uint64_t start, uint64_t length) in vhdx_region_check()
253 static void vhdx_region_register(BDRVVHDXState *s, in vhdx_region_register()
267 static void vhdx_region_unregister_all(BDRVVHDXState *s) in vhdx_region_unregister_all()
277 static void vhdx_set_shift_bits(BDRVVHDXState *s) in vhdx_set_shift_bits()
357 vhdx_update_header(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_update_header()
407 int vhdx_update_headers(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_update_headers()
421 vhdx_parse_header(BlockDriverState *bs, BDRVVHDXState *s, Error **errp) in vhdx_parse_header()
522 vhdx_open_region_tables(BlockDriverState *bs, BDRVVHDXState *s) in vhdx_open_region_tables()
640 vhdx_parse_metadata(BlockDriverState *bs, BDRVVHDXState *s) in vhdx_parse_metadata()
875 static void vhdx_calc_bat_entries(BDRVVHDXState *s) in vhdx_calc_bat_entries()
[all …]
H A Dvhdx-log.c111 static void GRAPH_RDLOCK vhdx_log_reset(BlockDriverState *bs, BDRVVHDXState *s) in vhdx_log_reset()
183 BDRVVHDXState *s = bs->opaque; in vhdx_log_write_sectors()
219 BDRVVHDXState *s) in vhdx_log_hdr_is_valid()
339 vhdx_log_read_desc(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogEntries *log, in vhdx_log_read_desc()
491 vhdx_log_flush(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_flush()
591 vhdx_validate_log_entry(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_validate_log_entry()
671 vhdx_log_search(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogSequence *logs) in vhdx_log_search()
754 int vhdx_parse_log(BlockDriverState *bs, BDRVVHDXState *s, bool *flushed, in vhdx_parse_log()
861 vhdx_log_write(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_log_write()
1045 vhdx_log_write_and_flush(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_log_write_and_flush()