Lines Matching defs:abd
37 #include <sys/abd.h>
521 abd_t *abd = abd_get_offset_struct(&rc->rc_abdstruct,
540 abd_gang_add(rc->rc_abd, abd, B_TRUE);
545 rc->rc_abd = abd;
739 abd_t *abd = zio->io_abd;
884 &rc->rc_abdstruct, abd, off << ashift,
1015 * Point the parity abd's into the aggregate abd's.
1032 * Allocate new abd's for the parity sectors.
3441 * from the aggregate abd's to the individual rows.
4057 abd_t *abd = abd_alloc_for_io(n << ashift, B_FALSE);
4061 abd, n << ashift, ZIO_TYPE_WRITE, ZIO_PRIORITY_REMOVAL,
4075 abd_t *abd;
4077 abd = abd_alloc_gang();
4084 abd_gang_add(abd, cabd, B_TRUE);
4087 abd = rra->rra_zio[i]->io_abd;
4091 ((blkid + i) / old_children) << ashift, abd,