Searched refs:b_rabd (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 755 (hdr)->b_crypt_hdr.b_rabd != NULL) 1891 hdr->b_crypt_hdr.b_rabd, &no_crypt); in arc_hdr_decrypt() 1896 abd_copy(hdr->b_l1hdr.b_pabd, hdr->b_crypt_hdr.b_rabd, in arc_hdr_decrypt() 2049 abd_copy_to_buf(buf->b_data, hdr->b_crypt_hdr.b_rabd, in arc_buf_fill() 2977 l2arc_free_abd_on_write(hdr->b_crypt_hdr.b_rabd, size, type); in arc_hdr_free_on_write() 3211 ASSERT0P(hdr->b_crypt_hdr.b_rabd); in arc_hdr_alloc_abd() 3212 hdr->b_crypt_hdr.b_rabd = arc_get_data_abd(hdr, size, hdr, in arc_hdr_alloc_abd() 3214 ASSERT3P(hdr->b_crypt_hdr.b_rabd, !=, NULL); in arc_hdr_alloc_abd() 3247 arc_free_data_abd(hdr, hdr->b_crypt_hdr.b_rabd, size, hdr); in arc_hdr_free_abd() 3253 hdr->b_crypt_hdr.b_rabd = NULL; in arc_hdr_free_abd() [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 435 abd_t *b_rabd; /* raw encrypted data */ member
|