Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c907 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()
1620 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()
1701 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
1829 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
H A Dzio.c1641 DMU_OT_IS_ENCRYPTED(zp->zp_type)); in zio_write_compress()
3826 if (DMU_OT_IS_ENCRYPTED(ot)) in zio_encrypt()
3846 ASSERT0(DMU_OT_IS_ENCRYPTED(ot)); in zio_encrypt()
3855 if (!DMU_OT_IS_ENCRYPTED(ot)) { in zio_encrypt()
H A Ddbuf.c1075 !DMU_OT_IS_ENCRYPTED(dn->dn_type)) || in dbuf_read_verify_dnode_crypt()
1077 !DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)))) in dbuf_read_verify_dnode_crypt()
H A Ddmu.c2368 if (DMU_OT_IS_ENCRYPTED(type)) { in dmu_write_policy()
H A Darc.c646 (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))
6693 if (DMU_OT_IS_ENCRYPTED(localprop.zp_type)) { in arc_write()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h470 DMU_OT_IS_ENCRYPTED(BP_GET_TYPE(bp)))
475 !DMU_OT_IS_ENCRYPTED(BP_GET_TYPE(bp)))
H A Ddmu.h155 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2275 DMU_OT_IS_ENCRYPTED(doi.doi_bonus_type)) { in dump_object()
2347 if (!os->os_encrypted || !DMU_OT_IS_ENCRYPTED(doi.doi_type)) { in dump_object()