Home
last modified time | relevance | path

Searched refs:BP_IS_ENCRYPTED (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h474 #define BP_IS_ENCRYPTED(bp) \ macro
488 (BP_IS_ENCRYPTED(bp) || BP_IS_AUTHENTICATED(bp))
511 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
516 if (BP_IS_ENCRYPTED(bp)) \
523 (ASSERT(BP_IS_ENCRYPTED(bp)), \
527 ASSERT(BP_IS_ENCRYPTED(bp)); \
538 (DVA_GET_ASIZE(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp)))
547 (!!DVA_GET_ASIZE(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp)))
553 (DVA_GET_GANG(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp))))
630 if (BP_IS_ENCRYPTED(bp)) { \
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.c304 ASSERT(BP_IS_ENCRYPTED(bp) || !BP_USES_CRYPT(bp)); in ddt_key_fill()
H A Dzio.c2975 BP_IS_ENCRYPTED(bp) || BP_IS_ENCRYPTED(bp_orig) || in zio_nop_write()
4082 if (!(zp->zp_encrypt || BP_IS_ENCRYPTED(bp))) { in zio_encrypt()
H A Darc.c5916 boolean_t encrypted_read = BP_IS_ENCRYPTED(bp) && in arc_read()
6916 if (BP_IS_ENCRYPTED(bp)) { in arc_write_ready()
8397 if (BP_IS_ENCRYPTED(bp)) { in l2arc_untransform()
8475 boolean_t using_rdata = (BP_IS_ENCRYPTED(&cb->l2rcb_bp) && in l2arc_read_done()
H A Ddmu_send.c744 ASSERT(BP_IS_ENCRYPTED(bp)); in dump_dnode()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c683 ASSERT(BP_IS_ENCRYPTED(bp)); in zio_crypt_encode_params_bp()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c749 ASSERT(BP_IS_ENCRYPTED(bp)); in zio_crypt_encode_params_bp()