Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/
H A Dblock.c4096 BlockDriverState *file_bs; in bdrv_open_inherit() local
4098 file_bs = bdrv_open_child_bs(filename, options, "file", bs, in bdrv_open_inherit()
4104 if (file_bs != NULL) { in bdrv_open_inherit()
4108 AioContext *ctx = bdrv_get_aio_context(file_bs); in bdrv_open_inherit()
4110 blk_insert_bs(file, file_bs, &local_err); in bdrv_open_inherit()
4111 bdrv_unref(file_bs); in bdrv_open_inherit()
4117 qdict_put_str(options, "file", bdrv_get_node_name(file_bs)); in bdrv_open_inherit()