Lines Matching refs:BDRVVHDXState

231 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()
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()
1127 static void vhdx_block_translate(BDRVVHDXState *s, int64_t sector_num, in vhdx_block_translate()
1173 BDRVVHDXState *s = bs->opaque; in vhdx_co_get_info()
1185 BDRVVHDXState *s = bs->opaque; in vhdx_co_readv()
1260 vhdx_allocate_block(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_allocate_block()
1296 static void vhdx_update_bat_table_entry(BlockDriverState *bs, BDRVVHDXState *s, in vhdx_update_bat_table_entry()
1325 int vhdx_user_visible_write(BlockDriverState *bs, BDRVVHDXState *s) in vhdx_user_visible_write()
1340 BDRVVHDXState *s = bs->opaque; in vhdx_co_writev()
1703 vhdx_create_bat(BlockBackend *blk, BDRVVHDXState *s, in vhdx_create_bat()
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()
2187 BDRVVHDXState *s = bs->opaque; in vhdx_has_zero_init()
2250 .instance_size = sizeof(BDRVVHDXState),