Home
last modified time | relevance | path

Searched refs:DMU_OT_IS_ENCRYPTED (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzio_crypt.c834 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()
1461 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()
1529 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
1630 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzio_crypt.c912 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()
1651 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()
1734 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
1861 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDspa.h462 DMU_OT_IS_ENCRYPTED(BP_GET_TYPE(bp)))
467 !DMU_OT_IS_ENCRYPTED(BP_GET_TYPE(bp)))
HDdmu.h156 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzio.c1842 DMU_OT_IS_ENCRYPTED(zp->zp_type)); in zio_write_compress()
4164 if (DMU_OT_IS_ENCRYPTED(ot)) in zio_encrypt()
4184 ASSERT0(DMU_OT_IS_ENCRYPTED(ot)); in zio_encrypt()
4193 if (!DMU_OT_IS_ENCRYPTED(ot)) { in zio_encrypt()
HDdbuf.c1509 !DMU_OT_IS_ENCRYPTED(dn->dn_type)) || in dbuf_read_verify_dnode_crypt()
1511 !DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)))) in dbuf_read_verify_dnode_crypt()
4168 if (DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)) in dbuf_sync_leaf_verify_bonus_dnode()
HDdmu.c2069 if (DMU_OT_IS_ENCRYPTED(type)) { in dmu_write_policy()
HDarc.c714 (HDR_PROTECTED(hdr) && DMU_OT_IS_ENCRYPTED((hdr)->b_crypt_hdr.b_ot))
716 (HDR_PROTECTED(hdr) && !DMU_OT_IS_ENCRYPTED((hdr)->b_crypt_hdr.b_ot))
7169 if (DMU_OT_IS_ENCRYPTED(localprop.zp_type)) { in arc_write()
HDdmu_recv.c1985 if (DMU_OT_IS_ENCRYPTED(zp.zp_type)) { in flush_write_batch_impl()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c3402 DMU_OT_IS_ENCRYPTED(doi.doi_bonus_type)) { in dump_object()
3498 if (!os->os_encrypted || !DMU_OT_IS_ENCRYPTED(doi.doi_type)) { in dump_object()