Searched refs:bdrv_find_format (Results 1 – 7 of 7) sorted by relevance
167 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() function198 BlockDriver *drv = bdrv_find_format(format_name); in bdrv_find_whitelisted_format()217 drv = bdrv_find_format("file"); in bdrv_create_file()312 return bdrv_find_format("file"); in bdrv_find_protocol()317 return bdrv_find_format("file"); in bdrv_find_protocol()349 drv = bdrv_find_format("raw"); in find_image_format()563 bdrv_qcow2 = bdrv_find_format("qcow2"); in bdrv_open()612 back_drv = bdrv_find_format(bs->backing_format); in bdrv_open()
63 BlockDriver *bdrv_find_format(const char *format_name);
1032 drv = bdrv_find_format(buf); in drive_init()
1229 drv = bdrv_find_format(buf); in drive_init()
533 drv = bdrv_find_format(fmt); in usb_msd_init()
1033 BlockDriver *drv = bdrv_find_format("qcow2"); in qcow_create2()
2794 bdrv_qcow = bdrv_find_format("qcow"); in enable_write_target()