Searched refs:backing_hd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 103 int bdrv_set_backing_hd(BlockDriverState *bs, BlockDriverState *backing_hd, 106 bdrv_set_backing_hd_drained(BlockDriverState *bs, BlockDriverState *backing_hd,
|
/openbmc/qemu/ |
H A D | block.c | 1264 BlockDriverState *backing_hd = c->bs; in bdrv_backing_attach() local 1272 bdrv_refresh_filename(backing_hd); in bdrv_backing_attach() 1276 bdrv_op_block_all(backing_hd, parent->backing_blocker); in bdrv_backing_attach() 1278 bdrv_op_unblock(backing_hd, BLOCK_OP_TYPE_COMMIT_TARGET, in bdrv_backing_attach() 1280 bdrv_op_unblock(backing_hd, BLOCK_OP_TYPE_STREAM, in bdrv_backing_attach() 1295 bdrv_op_unblock(backing_hd, BLOCK_OP_TYPE_BACKUP_SOURCE, in bdrv_backing_attach() 1297 bdrv_op_unblock(backing_hd, BLOCK_OP_TYPE_BACKUP_TARGET, in bdrv_backing_attach() 3531 BlockDriverState *backing_hd, in bdrv_set_backing_hd_drained() argument 3543 ret = bdrv_set_file_or_backing_noperm(bs, backing_hd, true, tran, errp); in bdrv_set_backing_hd_drained() 3554 int bdrv_set_backing_hd(BlockDriverState *bs, BlockDriverState *backing_hd, in bdrv_set_backing_hd() argument [all …]
|