Home
last modified time | relevance | path

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

/openbmc/qemu/nbd/
H A Dserver.c113 struct NBDMetaContexts { struct
114 const NBDExport *exp; /* associated export */
115 size_t count; /* number of negotiated contexts */
116 bool base_allocation; /* export base:allocation context (block status) */
117 bool allocation_depth; /* export qemu:allocation-depth */
118 bool *bitmaps; /*
/openbmc/qemu/include/block/
H A Dnbd.h32 typedef struct NBDMetaContexts NBDMetaContexts; typedef