Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-common.h224 #define BDRV_O_RESIZE 0x0004 /* request permission for resizing the node */ macro
/openbmc/qemu/block/
H A Dcrypto.c830 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in block_crypto_co_create_opts_luks()
H A Dvdi.c947 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in vdi_co_create_opts()
H A Dvpc.c1122 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in vpc_co_create_opts()
H A Dqcow.c987 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in qcow_co_create_opts()
H A Dparallels.c1126 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in parallels_co_create_opts()
H A Dqcow2.c3789 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_NO_FLUSH, in qcow2_co_create()
3963 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in qcow2_co_create_opts()
3978 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, in qcow2_co_create_opts()
H A Dqed.c796 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in bdrv_qed_co_create_opts()
H A Dvhdx.c2105 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in vhdx_co_create_opts()
H A Dblock-backend.c450 if (flags & BDRV_O_RESIZE) { in blk_new_open()
H A Dvmdk.c2341 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, in vmdk_create_extent()
/openbmc/qemu/
H A Dqemu-img.c2693 flags |= BDRV_O_RESIZE; in img_convert()
4146 BDRV_O_RDWR | BDRV_O_RESIZE, false, quiet, in img_resize()
H A Dblock.c668 BDRV_O_RDWR | BDRV_O_RESIZE, errp); in bdrv_co_create_opts_simple()