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.c277 static void vhdx_set_shift_bits(BDRVVHDXState *s) in vhdx_set_shift_bits()
894 BDRVVHDXState *s = bs->opaque; in vhdx_check_bat_entries()
983 BDRVVHDXState *s = bs->opaque; in vhdx_close()
1001 BDRVVHDXState *s = bs->opaque; in vhdx_open()
1173 BDRVVHDXState *s = bs->opaque; in vhdx_co_get_info()
1185 BDRVVHDXState *s = bs->opaque; in vhdx_co_readv()
1340 BDRVVHDXState *s = bs->opaque; in vhdx_co_writev()
1806 BDRVVHDXState *s = NULL; in vhdx_create_new_region_table()
1815 s = g_new0(BDRVVHDXState, 1); in vhdx_create_new_region_table()
2174 BDRVVHDXState *s = bs->opaque; in vhdx_co_check()
[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()