Searched refs:blk_new_open (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-replication.c | 189 blk = blk_new_open(NULL, NULL, qdict, BDRV_O_RDWR, &error_abort); in start_primary() 305 blk = blk_new_open(NULL, NULL, qdict, BDRV_O_RDWR, &error_abort); in start_secondary() 331 blk = blk_new_open(NULL, NULL, qdict, BDRV_O_RDWR, &error_abort); in start_secondary()
|
H A D | test-image-locking.c | 43 blk = blk_new_open(path, NULL, options, BDRV_O_RDWR, &local_err); in open_image()
|
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-global-state.h | 36 blk_new_open(const char *filename, const char *reference, QDict *options,
|
/openbmc/qemu/ |
H A D | qemu-nbd.c | 1108 blk = blk_new_open(NULL, NULL, options, flags, &local_err); in main() 1114 blk = blk_new_open(opts.srcpath, NULL, options, flags, &local_err); in main()
|
H A D | qemu-io.c | 108 qemuio_blk = blk_new_open(name, NULL, opts, flags, &local_err); in openfile()
|
H A D | qemu-img.c | 376 blk = blk_new_open(NULL, NULL, options, flags, &local_err); in img_open_opts() 405 blk = blk_new_open(filename, NULL, options, flags, &local_err); in img_open_file() 3782 blk_new_backing = blk_new_open(out_real_path, NULL, in img_rebase()
|
H A D | blockdev.c | 612 blk = blk_new_open(file, NULL, bs_opts, bdrv_flags, errp); in blockdev_init()
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 423 BlockBackend *blk_new_open(const char *filename, const char *reference, in blk_new_open() function
|