abd_alloc
#define raidz_alloc(size) abd_alloc(size, B_FALSE)
abd_t *abd = abd_alloc(size, B_FALSE);
data = abd_alloc(BP_GET_LSIZE(bp), B_FALSE);
data = abd_alloc(lr->lr_length, B_FALSE);
abd_data = abd_alloc(size, B_FALSE);
abd_meta = abd_alloc(size, B_TRUE);
return (abd_alloc(size, is_metadata));
return (abd_alloc(size, B_TRUE));
return (abd_alloc(size, B_FALSE));
abd_t *abd_alloc(size_t, boolean_t);
yabd = abd_alloc(xsize, B_FALSE);
yabd = abd_alloc(xsize, B_FALSE);
yabd = abd_alloc(xsize, B_FALSE);
zabd = abd_alloc(xsize, B_FALSE);
yabd = abd_alloc(xsize, B_FALSE);
adata = abd_alloc(asize, B_TRUE);