ebuf_alloc
struct ebuf *ebuf_alloc(size_t size);
eb = ebuf_alloc(hdr.size);
eb = ebuf_alloc(METADATA_SIZE);
nv->nv_ebuf = ebuf_alloc(0);