Searched refs:BDRV_O_RESIZE (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-common.h | 224 #define BDRV_O_RESIZE 0x0004 /* request permission for resizing the node */ macro
|
/openbmc/qemu/block/ |
H A D | crypto.c | 830 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in block_crypto_co_create_opts_luks()
|
H A D | vdi.c | 947 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in vdi_co_create_opts()
|
H A D | vpc.c | 1122 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in vpc_co_create_opts()
|
H A D | qcow.c | 987 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in qcow_co_create_opts()
|
H A D | parallels.c | 1126 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in parallels_co_create_opts()
|
H A D | qcow2.c | 3789 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 D | qed.c | 796 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in bdrv_qed_co_create_opts()
|
H A D | vhdx.c | 2105 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, errp); in vhdx_co_create_opts()
|
H A D | block-backend.c | 450 if (flags & BDRV_O_RESIZE) { in blk_new_open()
|
H A D | vmdk.c | 2341 BDRV_O_RDWR | BDRV_O_RESIZE | BDRV_O_PROTOCOL, in vmdk_create_extent()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 2693 flags |= BDRV_O_RESIZE; in img_convert() 4146 BDRV_O_RDWR | BDRV_O_RESIZE, false, quiet, in img_resize()
|
H A D | block.c | 668 BDRV_O_RDWR | BDRV_O_RESIZE, errp); in bdrv_co_create_opts_simple()
|