Searched refs:bdrv_create (Results 1 - 7 of 7) sorted by relevance

/external/qemu/block/
H A Draw-posix.c748 .bdrv_create = raw_create,
1008 .bdrv_create = hdev_create,
1123 .bdrv_create = hdev_create,
1223 .bdrv_create = hdev_create,
1346 .bdrv_create = hdev_create,
H A Draw.c270 .bdrv_create = raw_create,
H A Draw-win32.c247 .bdrv_create = raw_create,
H A Dqcow2.c1338 .bdrv_create = qcow_create,
/external/qemu/include/block/
H A Dblock_int.h61 int (*bdrv_create)(const char *filename, QEMUOptionParameter *options); member in struct:BlockDriver
H A Dblock.h65 int bdrv_create(BlockDriver *drv, const char* filename,
/external/qemu/
H A Dblock.c204 int bdrv_create(BlockDriver *drv, const char* filename, function
207 if (!drv->bdrv_create)
210 return drv->bdrv_create(filename, options);
222 return bdrv_create(drv, filename, options);
575 ret = bdrv_create(bdrv_qcow2, tmp_filename, options);

Completed in 45 milliseconds