/openbmc/qemu/block/ |
H A D | create.c | 36 BlockDriver *drv; 63 static inline bool TSA_NO_TSA has_bdrv_co_create(BlockDriver *drv) in has_bdrv_co_create() 73 BlockDriver *drv = bdrv_find_format(fmt); in qmp_blockdev_create()
|
H A D | snapshot.c | 197 BlockDriver *drv = bs->drv; in bdrv_can_snapshot() 219 BlockDriver *drv = bs->drv; in bdrv_snapshot_create() 240 BlockDriver *drv = bs->drv; in bdrv_snapshot_goto() 354 BlockDriver *drv = bs->drv; in bdrv_snapshot_delete() 394 BlockDriver *drv = bs->drv; in bdrv_snapshot_list() 434 BlockDriver *drv = bs->drv; in bdrv_snapshot_load_tmp()
|
H A D | io.c | 172 BlockDriver *drv = bs->drv; in bdrv_refresh_limits() 977 BlockDriver *drv = bs->drv; in bdrv_driver_preadv() 1047 BlockDriver *drv = bs->drv; in bdrv_driver_pwritev() 1129 BlockDriver *drv = bs->drv; in bdrv_driver_pwritev_compressed() 1173 BlockDriver *drv = bs->drv; in bdrv_co_do_copy_on_readv() 1835 BlockDriver *drv = bs->drv; in bdrv_co_do_pwrite_zeroes() 2065 BlockDriver *drv = bs->drv; in bdrv_aligned_pwritev() 2832 BlockDriver *drv = bs->drv; in bdrv_co_readv_vmstate() 2865 BlockDriver *drv = bs->drv; in bdrv_co_writev_vmstate() 3195 BlockDriver *drv = bs->drv; in bdrv_co_ioctl() [all …]
|
H A D | blkio.c | 1114 static BlockDriver bdrv_io_uring = { 1121 static BlockDriver bdrv_nvme_io_uring = { 1127 static BlockDriver bdrv_virtio_blk_vfio_pci = { 1133 static BlockDriver bdrv_virtio_blk_vhost_user = { 1139 static BlockDriver bdrv_virtio_blk_vhost_vdpa = {
|
H A D | null.c | 281 static BlockDriver bdrv_null_co = { 302 static BlockDriver bdrv_null_aio = {
|
H A D | snapshot-access.c | 114 static BlockDriver bdrv_snapshot_access_drv = {
|
H A D | amend.c | 97 BlockDriver *drv = bdrv_find_format(fmt); in qmp_x_blockdev_amend()
|
H A D | raw-format.c | 229 BlockDriver *drv; in raw_co_pwritev() 463 raw_co_create_opts(BlockDriver *drv, const char *filename, in raw_co_create_opts() 638 BlockDriver bdrv_raw = {
|
H A D | filter-compress.c | 135 static BlockDriver bdrv_compress = {
|
H A D | curl.c | 1023 static BlockDriver bdrv_http = { 1042 static BlockDriver bdrv_https = { 1061 static BlockDriver bdrv_ftp = { 1080 static BlockDriver bdrv_ftps = {
|
H A D | blkreplay.c | 142 static BlockDriver bdrv_blkreplay = {
|
H A D | commit.c | 245 static BlockDriver bdrv_commit_top = { 457 BlockDriver *drv = bs->drv; in bdrv_commit()
|
H A D | file-win32.c | 615 raw_co_create_opts(BlockDriver *drv, const char *filename, in raw_co_create_opts() 743 BlockDriver bdrv_file = { 916 static BlockDriver bdrv_host_device = {
|
H A D | gluster.c | 1116 static int coroutine_fn qemu_gluster_co_create_opts(BlockDriver *drv, in qemu_gluster_co_create_opts() 1549 static BlockDriver bdrv_gluster = { 1578 static BlockDriver bdrv_gluster_tcp = { 1607 static BlockDriver bdrv_gluster_unix = {
|
H A D | copy-on-read.c | 251 static BlockDriver bdrv_copy_on_read = {
|
H A D | throttle.c | 241 static BlockDriver bdrv_throttle = {
|
H A D | bochs.c | 302 static BlockDriver bdrv_bochs = {
|
H A D | cloop.c | 298 static BlockDriver bdrv_cloop = {
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 55 BlockDriver *bdrv_find_protocol(const char *filename, 58 BlockDriver *bdrv_find_format(const char *format_name); 61 bdrv_co_create(BlockDriver *drv, const char *filename, QemuOpts *opts, 64 int co_wrapper bdrv_create(BlockDriver *drv, const char *filename, 120 BlockDriverState *bdrv_new_open_driver_opts(BlockDriver *drv, 124 BlockDriverState *bdrv_new_open_driver(BlockDriver *drv, const char *node_name, 145 void bdrv_register(BlockDriver *bdrv);
|
H A D | block-common.h | 81 typedef struct BlockDriver BlockDriver; typedef 553 int bdrv_is_whitelisted(BlockDriver *drv, bool read_only);
|
H A D | block_int-common.h | 94 struct BlockDriver { struct 257 BlockDriver *drv, const char *filename, QemuOpts *opts, Error **errp); argument 482 QLIST_ENTRY(BlockDriver) list; argument 786 static inline bool TSA_NO_TSA block_driver_can_compress(BlockDriver *drv) in block_driver_can_compress() argument 1081 BlockDriver *drv; /* NULL means no media */ 1285 extern BlockDriver bdrv_file; 1286 extern BlockDriver bdrv_raw; 1287 extern BlockDriver bdrv_qcow2;
|
H A D | block_int-global-state.h | 268 int coroutine_fn bdrv_co_create_opts_simple(BlockDriver *drv,
|
H A D | block_int-io.h | 84 BlockDriver *bdrv_probe_all(const uint8_t *buf, int buf_size,
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 27 static BlockDriver bdrv_pass_through = { 44 static BlockDriver bdrv_no_perm = { 60 static BlockDriver bdrv_exclusive_writer = { 297 static BlockDriver bdrv_write_to_selected = {
|
/openbmc/qemu/ |
H A D | block.c | 80 static QLIST_HEAD(, BlockDriver) bdrv_drivers = 404 void bdrv_register(BlockDriver *bdrv) in bdrv_register() 442 static BlockDriver *bdrv_do_find_format(const char *format_name) in bdrv_do_find_format() 444 BlockDriver *drv1; in bdrv_do_find_format() 456 BlockDriver *bdrv_find_format(const char *format_name) in bdrv_find_format() 458 BlockDriver *drv1; in bdrv_find_format() 516 int bdrv_is_whitelisted(BlockDriver *drv, bool read_only) in bdrv_is_whitelisted() 528 BlockDriver *drv; 535 int coroutine_fn bdrv_co_create(BlockDriver *drv, const char *filename, in bdrv_co_create() 632 int coroutine_fn bdrv_co_create_opts_simple(BlockDriver *drv, in bdrv_co_create_opts_simple() [all …]
|