Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c732 (hdr)->b_crypt_hdr.b_rabd != NULL)
1867 hdr->b_crypt_hdr.b_rabd, &no_crypt); in arc_hdr_decrypt()
1872 abd_copy(hdr->b_l1hdr.b_pabd, hdr->b_crypt_hdr.b_rabd, in arc_hdr_decrypt()
2025 abd_copy_to_buf(buf->b_data, hdr->b_crypt_hdr.b_rabd, in arc_buf_fill()
2953 l2arc_free_abd_on_write(hdr->b_crypt_hdr.b_rabd, size, type); in arc_hdr_free_on_write()
3187 ASSERT3P(hdr->b_crypt_hdr.b_rabd, ==, NULL); in arc_hdr_alloc_abd()
3188 hdr->b_crypt_hdr.b_rabd = arc_get_data_abd(hdr, size, hdr, in arc_hdr_alloc_abd()
3190 ASSERT3P(hdr->b_crypt_hdr.b_rabd, !=, NULL); in arc_hdr_alloc_abd()
3223 arc_free_data_abd(hdr, hdr->b_crypt_hdr.b_rabd, size, hdr); in arc_hdr_free_abd()
3229 hdr->b_crypt_hdr.b_rabd = NULL; in arc_hdr_free_abd()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h434 abd_t *b_rabd; /* raw encrypted data */ member