Home
last modified time | relevance | path

Searched refs:file_bs (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dblkreplay.c133 BlockDriverState *file_bs; in blkreplay_snapshot_goto() local
136 file_bs = bs->file->bs; in blkreplay_snapshot_goto()
139 return bdrv_snapshot_goto(file_bs, snapshot_id, NULL); in blkreplay_snapshot_goto()
H A Ddmg.c151 BlockDriverState *file_bs = file->bs; in dmg_find_koly_offset() local
162 length = bdrv_getlength(file_bs); in dmg_find_koly_offset()
/qemu/
H A Dblock.c4075 BlockDriverState *file_bs; in bdrv_open_inherit() local
4077 file_bs = bdrv_open_child_bs(filename, options, "file", bs, in bdrv_open_inherit()
4083 if (file_bs != NULL) { in bdrv_open_inherit()
4087 AioContext *ctx = bdrv_get_aio_context(file_bs); in bdrv_open_inherit()
4089 blk_insert_bs(file, file_bs, &local_err); in bdrv_open_inherit()
4090 bdrv_unref(file_bs); in bdrv_open_inherit()
4096 qdict_put_str(options, "file", bdrv_get_node_name(file_bs)); in bdrv_open_inherit()