Searched refs:DMU_OT_DNODE (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c201 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE)
368 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
H A Ddsl_scan.c1574 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE &&
1666 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
1739 ASSERT(BP_GET_TYPE(&spic->spic_bp) == DMU_OT_DNODE ||
1847 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
H A Ddbuf.c3113 if (BP_GET_TYPE(bp) == DMU_OT_DNODE && BP_IS_PROTECTED(bp) &&
3955 dr->dt.dl.dr_byteorder, DMU_OT_DNODE,
4407 if (dn->dn_type == DMU_OT_DNODE) {
4759 DMU_OT_DNODE);
4792 if (db->db_level > 0 || dn->dn_type == DMU_OT_DNODE) {
H A Ddnode.c1366 ASSERT(DB_DNODE(db)->dn_type == DMU_OT_DNODE);
2418 ASSERT(dn->dn_type == DMU_OT_DNODE);
H A Dzio.c505 if (zio_injection_enabled && ot != DMU_OT_DNODE && ret == 0) {
1763 zp->zp_type == DMU_OT_DNODE) {
4119 ot == DMU_OT_DNODE) {
4216 ASSERT3U(ot, ==, DMU_OT_DNODE);
H A Ddmu.c2061 (type == DMU_OT_DNODE || type == DMU_OT_OBJSET)) {
H A Ddmu_objset.c1031 dnode_allocate(mdn, DMU_OT_DNODE, blksz, ibs, DMU_OT_NONE, 0,
H A Ddsl_crypt.c2832 if (zio_injection_enabled && !encrypt && ot != DMU_OT_DNODE && ret == 0)
H A Darc.c1993 ASSERT3U(hdr->b_crypt_hdr.b_ot, ==, DMU_OT_DNODE);
2088 ASSERT3U(hdr->b_crypt_hdr.b_ot, ==, DMU_OT_DNODE);
3601 ASSERT(ot == DMU_OT_DNODE || ot == DMU_OT_OBJSET);
H A Ddmu_send.c828 ASSERT3U(BP_GET_TYPE(bp), ==, DMU_OT_DNODE); local
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu.h159 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET)
180 DMU_OT_DNODE, /* DNODE */ enumerator in enum:dmu_object_type
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c56 * of 1. The only exception is for DMU_OT_DNODE objects, where the fill count of
1830 case DMU_OT_DNODE:
1917 ot != DMU_OT_INTENT_LOG && ot != DMU_OT_DNODE) {
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1186 DMU_OT_DNODE, /* DNODE */ enumerator in enum:dmu_object_type
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c55 * of 1. The only exception is for DMU_OT_DNODE objects, where the fill count of
1625 case DMU_OT_DNODE:
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3503 if (dn->dn_type == DMU_OT_DNODE) {

Completed in 340 milliseconds