Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c828 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()
1453 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()
1521 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
1622 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c894 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()
1624 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()
1707 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
1833 ASSERT(DMU_OT_IS_ENCRYPTED(ot) || ot == DMU_OT_NONE); in zio_crypt_init_uios()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h477 DMU_OT_IS_ENCRYPTED(BP_GET_TYPE(bp)))
482 !DMU_OT_IS_ENCRYPTED(BP_GET_TYPE(bp)))
H A Ddmu.h152 #define DMU_OT_IS_ENCRYPTED(ot) (((ot) & DMU_OT_NEWTYPE) ? \ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c1829 DMU_OT_IS_ENCRYPTED(zp->zp_type)); in zio_write_compress()
4110 if (DMU_OT_IS_ENCRYPTED(ot)) in zio_encrypt()
4130 ASSERT0(DMU_OT_IS_ENCRYPTED(ot)); in zio_encrypt()
4139 if (!DMU_OT_IS_ENCRYPTED(ot)) { in zio_encrypt()
H A Ddbuf.c1423 !DMU_OT_IS_ENCRYPTED(dn->dn_type)) || in dbuf_read_verify_dnode_crypt()
1425 !DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)))) in dbuf_read_verify_dnode_crypt()
4030 if (DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)) in dbuf_sync_leaf_verify_bonus_dnode()
H A Ddmu.c2040 if (DMU_OT_IS_ENCRYPTED(type)) { in dmu_write_policy()
H A Darc.c744 (HDR_PROTECTED(hdr) && DMU_OT_IS_ENCRYPTED((hdr)->b_crypt_hdr.b_ot))
746 (HDR_PROTECTED(hdr) && !DMU_OT_IS_ENCRYPTED((hdr)->b_crypt_hdr.b_ot))
7086 if (DMU_OT_IS_ENCRYPTED(localprop.zp_type)) { in arc_write()
H A Ddmu_recv.c1952 if (DMU_OT_IS_ENCRYPTED(zp.zp_type)) { in flush_write_batch_impl()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3355 DMU_OT_IS_ENCRYPTED(doi.doi_bonus_type)) { in dump_object()
3451 if (!os->os_encrypted || !DMU_OT_IS_ENCRYPTED(doi.doi_type)) { in dump_object()