Home
last modified time | relevance | path

Searched refs:BP_IS_ENCRYPTED (Results 1 – 6 of 6) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c5353 if (BP_IS_ENCRYPTED(bp)) { in arc_hdr_verify_checksum()
5636 boolean_t encrypted_read = BP_IS_ENCRYPTED(bp) && in arc_read()
6526 if (BP_IS_ENCRYPTED(bp)) { in arc_write_ready()
7894 if (BP_IS_ENCRYPTED(bp)) { in l2arc_untransform()
7972 boolean_t using_rdata = (BP_IS_ENCRYPTED(&cb->l2rcb_bp) && in l2arc_read_done()
H A Dzio_crypt.c762 ASSERT(BP_IS_ENCRYPTED(bp)); in zio_crypt_encode_params_bp()
H A Dzio.c2621 BP_IS_ENCRYPTED(bp) || BP_IS_ENCRYPTED(bp_orig) || in zio_nop_write()
3798 if (!(zp->zp_encrypt || BP_IS_ENCRYPTED(bp))) { in zio_encrypt()
H A Ddmu_send.c528 ASSERT(BP_IS_ENCRYPTED(bp)); in dump_dnode()
781 ASSERT(BP_IS_ENCRYPTED(bp)); in do_dump()
H A Dddt.c289 ASSERT(BP_IS_ENCRYPTED(bp) || !BP_USES_CRYPT(bp)); in ddt_key_fill()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h467 #define BP_IS_ENCRYPTED(bp) \ macro
481 (BP_IS_ENCRYPTED(bp) || BP_IS_AUTHENTICATED(bp))
501 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
506 if (BP_IS_ENCRYPTED(bp)) \
513 (ASSERT(BP_IS_ENCRYPTED(bp)), \
517 ASSERT(BP_IS_ENCRYPTED(bp)); \
528 (DVA_GET_ASIZE(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp)))
537 (!!DVA_GET_ASIZE(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp)))
543 (DVA_GET_GANG(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp))))
610 if (BP_IS_ENCRYPTED(bp)) { \
[all …]