Lines Matching defs:eabd
8635 abd_t *eabd = arc_get_data_abd(hdr, arc_hdr_size(hdr), hdr,
8643 salt, iv, mac, HDR_GET_PSIZE(hdr), eabd,
8646 arc_free_data_abd(hdr, eabd, arc_hdr_size(hdr), hdr);
8658 hdr->b_l1hdr.b_pabd = eabd;
8659 zio->io_abd = eabd;
8661 arc_free_data_abd(hdr, eabd, arc_hdr_size(hdr), hdr);
9144 abd_t *cabd = NULL, *eabd = NULL, *to_write = hdr->b_l1hdr.b_pabd;
9201 eabd = abd_alloc_for_io(asize, ismd);
9216 hdr->b_crypt_hdr.b_iv, mac, psize, to_write, eabd,
9222 abd_copy(eabd, to_write, psize);
9225 abd_zero_off(eabd, psize, asize - psize);
9234 to_write = eabd;
9247 if (eabd != NULL)
9248 abd_free(eabd);