Searched defs:NBDMetaContexts (Results 1 – 2 of 2) sorted by relevance
113 struct NBDMetaContexts { struct114 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; /*
32 typedef struct NBDMetaContexts NBDMetaContexts; typedef