Home
last modified time | relevance | path

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

/qemu/
H A Dblock.c83 static BlockDriverState *bdrv_open_inherit(const char *filename,
3702 backing_hd = bdrv_open_inherit(backing_filename, reference, options, 0, bs, in bdrv_open_backing_file()
3769 bs = bdrv_open_inherit(filename, reference, image_options, 0, in bdrv_open_child_bs()
3902 bs = bdrv_open_inherit(NULL, reference, qdict, 0, NULL, NULL, 0, false, in bdrv_open_blockdev_ref()
3990 bdrv_open_inherit(const char *filename, const char *reference, QDict *options, in bdrv_open_inherit() function
4288 return bdrv_open_inherit(filename, reference, options, flags, NULL, in bdrv_open()