Home
last modified time | relevance | path

Searched refs:b_pabd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1423 buf->b_hdr->b_l1hdr.b_pabd != NULL && in arc_buf_is_shared()
1424 abd_is_linear(buf->b_hdr->b_l1hdr.b_pabd) && in arc_buf_is_shared()
1425 buf->b_data == abd_to_buf(buf->b_hdr->b_l1hdr.b_pabd)); in arc_buf_is_shared()
1831 abd_t *abd = hdr->b_l1hdr.b_pabd; in arc_hdr_authenticate()
1850 hdr->b_l1hdr.b_pabd, &abd, lsize, MIN(lsize, psize), in arc_hdr_authenticate()
1907 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt()
1913 abd_copy(hdr->b_l1hdr.b_pabd, hdr->b_crypt_hdr.b_rabd, in arc_hdr_decrypt()
1933 hdr->b_l1hdr.b_pabd, cabd, HDR_GET_PSIZE(hdr), in arc_hdr_decrypt()
1939 arc_free_data_abd(hdr, hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt()
1941 hdr->b_l1hdr.b_pabd = cabd; in arc_hdr_decrypt()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h214 abd_t *b_pabd; member