Lines Matching full:export
17 #include "qapi/qapi-types-block-export.h"
23 /* The export type that this driver services */
32 /* True if the export type supports running on an inactive node */
35 /* Creates and starts a new block export */
39 * Frees a removed block export. This function is only called after all
46 * internally by the export driver. When the function returns, there may
47 * still be active references while the export is in the process of
56 /* Unique identifier for the export */
60 * Reference count for this block export. This includes strong references
62 * the export.
71 * export a second time (which would decrease the refcount without having
79 /* The block device to export */
86 BlockExport *blk_exp_add(BlockExportOptions *export, Error **errp);