Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-replication.c189 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 Dtest-image-locking.c43 blk = blk_new_open(path, NULL, options, BDRV_O_RDWR, &local_err); in open_image()
/openbmc/qemu/include/sysemu/
H A Dblock-backend-global-state.h36 blk_new_open(const char *filename, const char *reference, QDict *options,
/openbmc/qemu/
H A Dqemu-nbd.c1108 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 Dqemu-io.c108 qemuio_blk = blk_new_open(name, NULL, opts, flags, &local_err); in openfile()
H A Dqemu-img.c376 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 Dblockdev.c612 blk = blk_new_open(file, NULL, bs_opts, bdrv_flags, errp); in blockdev_init()
/openbmc/qemu/block/
H A Dblock-backend.c423 BlockBackend *blk_new_open(const char *filename, const char *reference, in blk_new_open() function