Lines Matching defs:bs

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()
892 vhdx_check_bat_entries(BlockDriverState *bs, int *errcnt) in vhdx_check_bat_entries()
981 static void vhdx_close(BlockDriverState *bs) in vhdx_close()
998 static int vhdx_open(BlockDriverState *bs, QDict *options, int flags, in vhdx_open()
1171 vhdx_co_get_info(BlockDriverState *bs, BlockDriverInfo *bdi) in vhdx_co_get_info()
1182 vhdx_co_readv(BlockDriverState *bs, int64_t sector_num, int nb_sectors, 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()
1336 vhdx_co_writev(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in vhdx_co_writev()
1520 BlockDriverState *bs = blk_bs(blk); in vhdx_create_new_headers() local
1916 BlockDriverState *bs = NULL; in vhdx_co_create() local
2080 BlockDriverState *bs = NULL; in vhdx_co_create_opts() local
2171 vhdx_co_check(BlockDriverState *bs, BdrvCheckResult *result, in vhdx_co_check()
2185 static int GRAPH_RDLOCK vhdx_has_zero_init(BlockDriverState *bs) in vhdx_has_zero_init()