Home
last modified time | relevance | path

Searched refs:raw_co_create (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dfile-win32.c585 static int raw_co_create(BlockdevCreateOptions *options, Error **errp) in raw_co_create() function
636 return raw_co_create(&options, errp); in raw_co_create_opts()
H A Dfile-posix.c2869 raw_co_create(BlockdevCreateOptions *options, Error **errp) in raw_co_create() function
3047 return raw_co_create(&options, errp); in raw_co_create_opts()
3884 .bdrv_co_create = raw_co_create,