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.c728 (hdr)->b_crypt_hdr.b_rabd != NULL)
1851 hdr->b_crypt_hdr.b_rabd, &no_crypt); in arc_hdr_decrypt()
3170 ASSERT3P(hdr->b_crypt_hdr.b_rabd, ==, NULL); in arc_hdr_alloc_abd()
3173 ASSERT3P(hdr->b_crypt_hdr.b_rabd, !=, NULL); in arc_hdr_alloc_abd()
3212 hdr->b_crypt_hdr.b_rabd = NULL; in arc_hdr_free_abd()
5794 hdr_abd = hdr->b_crypt_hdr.b_rabd; in arc_read()
8500 abd_copy(hdr->b_crypt_hdr.b_rabd, in l2arc_read_done()
8525 hdr->b_crypt_hdr.b_rabd; in l2arc_read_done()
8579 hdr->b_crypt_hdr.b_rabd : hdr->b_l1hdr.b_pabd; in l2arc_read_done()
8928 abd_copy(to_write, hdr->b_crypt_hdr.b_rabd, psize); in l2arc_apply_transforms()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h434 abd_t *b_rabd; /* raw encrypted data */ member