Searched defs:BlockDriver (Results 1 – 2 of 2) sorted by relevance
94 struct BlockDriver { struct104 * Set to true if the BlockDriver is a block filter. Block filters pass argument133 * Set to true if the BlockDriver is a format driver. Format nodes argument151 bool bdrv_needs_filename;164 bool supports_backing;213 BlockDriverState *bs, Error **errp); argument257 BlockDriver *drv, const char *filename, QemuOpts *opts, Error **errp); argument482 QLIST_ENTRY(BlockDriver) list; argument494 BlockDriverState *bs, BlockdevAmendOptions *opts, bool force, argument594 * operation if @bs is the leaf and @src has the same BlockDriver. Return argument[all …]
81 typedef struct BlockDriver BlockDriver; typedef
Completed in 11 milliseconds