Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c644 (hdr)->b_crypt_hdr.b_rabd != NULL)
646 (HDR_PROTECTED(hdr) && DMU_OT_IS_ENCRYPTED((hdr)->b_crypt_hdr.b_ot))
648 (HDR_PROTECTED(hdr) && !DMU_OT_IS_ENCRYPTED((hdr)->b_crypt_hdr.b_ot))
668 #define HDR_FULL_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_crypt_hdr))
1022 bzero(&hdr->b_crypt_hdr, sizeof (hdr->b_crypt_hdr)); in hdr_full_crypt_cons()
1023 arc_space_consume(sizeof (hdr->b_crypt_hdr), ARC_SPACE_HDRS); in hdr_full_crypt_cons()
1078 arc_space_return(sizeof (hdr->b_crypt_hdr), ARC_SPACE_HDRS); in hdr_full_crypt_dest()
1209 bcopy(hdr->b_crypt_hdr.b_salt, salt, ZIO_DATA_SALT_LEN); in arc_get_raw_params()
1210 bcopy(hdr->b_crypt_hdr.b_iv, iv, ZIO_DATA_IV_LEN); in arc_get_raw_params()
1211 bcopy(hdr->b_crypt_hdr.b_mac, mac, ZIO_DATA_MAC_LEN); in arc_get_raw_params()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h493 arc_buf_hdr_crypt_t b_crypt_hdr; member