Home
last modified time | relevance | path

Searched defs:BlockDriver (Results 1 – 2 of 2) sorted by relevance

/qemu/include/block/
A Dblock_int-common.h94 struct BlockDriver { struct
104 * Set to true if the BlockDriver is a block filter. Block filters pass argument
133 * Set to true if the BlockDriver is a format driver. Format nodes argument
151 bool bdrv_needs_filename;
164 bool supports_backing;
213 BlockDriverState *bs, Error **errp); argument
257 BlockDriver *drv, const char *filename, QemuOpts *opts, Error **errp); argument
482 QLIST_ENTRY(BlockDriver) list; argument
494 BlockDriverState *bs, BlockdevAmendOptions *opts, bool force, argument
594 * operation if @bs is the leaf and @src has the same BlockDriver. Return argument
[all …]
A Dblock-common.h81 typedef struct BlockDriver BlockDriver; typedef

Completed in 11 milliseconds