Searched refs:b_pabd (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 1382 buf->b_hdr->b_l1hdr.b_pabd != NULL && in arc_buf_is_shared() 1383 abd_is_linear(buf->b_hdr->b_l1hdr.b_pabd) && in arc_buf_is_shared() 1384 buf->b_data == abd_to_buf(buf->b_hdr->b_l1hdr.b_pabd)); in arc_buf_is_shared() 1790 abd_t *abd = hdr->b_l1hdr.b_pabd; in arc_hdr_authenticate() 1809 hdr->b_l1hdr.b_pabd, &abd, lsize, MIN(lsize, psize), in arc_hdr_authenticate() 1866 hdr->b_crypt_hdr.b_mac, HDR_GET_PSIZE(hdr), hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt() 1872 abd_copy(hdr->b_l1hdr.b_pabd, hdr->b_crypt_hdr.b_rabd, in arc_hdr_decrypt() 1892 hdr->b_l1hdr.b_pabd, cabd, HDR_GET_PSIZE(hdr), in arc_hdr_decrypt() 1898 arc_free_data_abd(hdr, hdr->b_l1hdr.b_pabd, in arc_hdr_decrypt() 1900 hdr->b_l1hdr.b_pabd = cabd; in arc_hdr_decrypt() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | arc_impl.h | 179 abd_t *b_pabd; member
|