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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h238 * (see BP_IS_ENCRYPTED()). If this is a level 0 block with an unencrypted
453 #define BP_IS_ENCRYPTED(bp) \ macro
467 (BP_IS_ENCRYPTED(bp) || BP_IS_AUTHENTICATED(bp))
498 ((BP_IS_ENCRYPTED(bp)) ? BF64_GET((bp)->blk_fill, 0, 32) : \
503 if (BP_IS_ENCRYPTED(bp)) \
510 (ASSERT(BP_IS_ENCRYPTED(bp)), \
514 ASSERT(BP_IS_ENCRYPTED(bp)); \
525 (DVA_GET_ASIZE(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp)))
534 (!!DVA_GET_ASIZE(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(bp)))
540 (DVA_GET_GANG(&(bp)->blk_dva[2]) * !BP_IS_ENCRYPTED(b
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dddt.c425 ASSERT(BP_IS_ENCRYPTED(bp) || !BP_USES_CRYPT(bp));
H A Dzio.c3160 BP_IS_ENCRYPTED(bp) || BP_IS_ENCRYPTED(bp_orig) ||
4322 if (!(zp->zp_encrypt || BP_IS_ENCRYPTED(bp))) {
H A Darc.c5485 boolean_t encrypted_read = BP_IS_ENCRYPTED(bp) &&
6518 if (BP_IS_ENCRYPTED(bp)) {
8398 if (BP_IS_ENCRYPTED(bp)) {
8476 boolean_t using_rdata = (BP_IS_ENCRYPTED(&cb->l2rcb_bp) &&
H A Ddmu_send.c756 ASSERT(BP_IS_ENCRYPTED(bp));
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c672 ASSERT(BP_IS_ENCRYPTED(bp));
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c755 ASSERT(BP_IS_ENCRYPTED(bp));

Completed in 231 milliseconds