Searched refs:to_replace (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | blkverify.c | 278 BlockDriverState *to_replace) in blkverify_recurse_can_replace() argument 287 return bdrv_recurse_can_replace(bs->file->bs, to_replace) || in blkverify_recurse_can_replace() 288 bdrv_recurse_can_replace(s->test_file->bs, to_replace); in blkverify_recurse_can_replace()
|
| H A D | mirror.c | 51 BlockDriverState *to_replace; member 796 BlockDriverState *to_replace = s->to_replace ?: src; in mirror_exit_common() local 797 bool ro = bdrv_is_read_only(to_replace); in mirror_exit_common() 806 bdrv_drained_begin(to_replace); in mirror_exit_common() 813 if (bdrv_recurse_can_replace(src, to_replace)) { in mirror_exit_common() 814 bdrv_replace_node(to_replace, target_bs, &local_err); in mirror_exit_common() 819 to_replace->node_name, target_bs->node_name); in mirror_exit_common() 822 bdrv_drained_end(to_replace); in mirror_exit_common() 828 if (s->to_replace) { in mirror_exit_common() 829 bdrv_op_unblock_all(s->to_replace, s->replace_blocker); in mirror_exit_common() [all …]
|
| H A D | quorum.c | 829 quorum_recurse_can_replace(BlockDriverState *bs, BlockDriverState *to_replace) in quorum_recurse_can_replace() argument 862 if (s->children[i]->bs == to_replace) { in quorum_recurse_can_replace() 873 return QLIST_FIRST(&to_replace->parents) == s->children[i] && in quorum_recurse_can_replace()
|
| /openbmc/qemu/include/block/ |
| H A D | block_int-global-state.h | 240 BlockDriverState *to_replace);
|
| H A D | block_int-common.h | 226 BlockDriverState *bs, BlockDriverState *to_replace);
|
| /openbmc/qemu/ |
| H A D | block.c | 7856 BlockDriverState *to_replace) in bdrv_recurse_can_replace() argument 7866 if (bs == to_replace) { in bdrv_recurse_can_replace() 7872 return bs->drv->bdrv_recurse_can_replace(bs, to_replace); in bdrv_recurse_can_replace() 7878 return bdrv_recurse_can_replace(filtered, to_replace); in bdrv_recurse_can_replace()
|