Searched refs:bdrv_find_format (Results 1 – 8 of 8) sorted by relevance
162 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() function234 return bdrv_find_format("raw"); in find_protocol()238 return bdrv_find_format("raw"); in find_protocol()376 bdrv_qcow2 = bdrv_find_format("qcow2"); in bdrv_open2()446 back_drv = bdrv_find_format(bs->backing_format); in bdrv_open2()
48 BlockDriver *bdrv_find_format(const char *format_name);
457 drv = bdrv_find_format(fmt); in do_change_block()
2525 drv = bdrv_find_format(buf); in drive_init()
2396 drv = bdrv_find_format(buf); in drive_init()
96 bs->drv=bdrv_find_format("raw"); in dmg_open()
2782 bdrv_qcow = bdrv_find_format("qcow"); in enable_write_target()
533 drv = bdrv_find_format(fmt); in usb_msd_init()