| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_dnode.h | 51 __field(dmu_object_type_t, dn_type) 73 __entry->dn_type = dn->dn_type; 98 __entry->dn_object, __entry->dn_type, __entry->dn_bonuslen,
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.c | 524 dnp->dn_type = CTF_ERR; in dt_node_xalloc() 717 dnp->dn_type = type; in dt_node_type_assign() 726 dst->dn_type = src->dn_type; in dt_node_type_propagate() 1185 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type)); in dt_node_is_argcompat() 1399 dnp->dn_type = CTF_ERR; in dt_node_vatype() 3074 .dtt_type = cp->dn_type, in dt_cook_op1() 3415 type = lp->dn_type; in dt_cook_op2() 3419 type = rp->dn_type; in dt_cook_op2() 3563 type = rp->dn_type; in dt_cook_op2() 4052 type = lp->dn_type; in dt_cook_op3() [all …]
|
| H A D | dt_ident.c | 280 isp->dis_args[i].dn_type = CTF_ERR; in dt_idcook_func() 346 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); in dt_idcook_args() 377 if (xnp->dn_type == CTF_ERR) { in dt_idcook_args() 382 if (nnp->dn_type == CTF_ERR) { in dt_idcook_args() 407 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args() 459 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n))); in dt_idcook_regs()
|
| H A D | dt_xlator.c | 261 ctf_id_t src_type = src->dn_type; in dt_xlator_lookup() 265 ctf_id_t dst_type = dst->dn_type; in dt_xlator_lookup()
|
| H A D | dt_cg.c | 199 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_ptrsize() 340 type = ctf_type_resolve(fp, dst->dn_left->dn_type); in dt_cg_field_set() 418 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store() 649 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_prearith_op() 706 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_postarith_op() 1406 mnp->dn_membexpr->dn_type); in dt_cg_xlate_member() 1746 dnp->dn_type), dnp->dn_reg, dnp->dn_reg); in dt_cg_node() 1865 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type); in dt_cg_node() 2046 dnp->dn_type), dnp->dn_reg, dnp->dn_reg); in dt_cg_node()
|
| H A D | dt_printf.c | 120 base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_str() 133 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_wstr() 184 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xshort() 197 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xlong() 210 ctf_id_t type = dnp->dn_type; in pfcheck_xlonglong() 241 dnp->dn_type), pfd->pfd_conv->pfc_dctfp, pfd->pfd_conv->pfc_dtype)); in pfcheck_type()
|
| H A D | dt_parser.h | 52 ctf_id_t dn_type; /* CTF type reference for node's type */ member
|
| H A D | dt_cc.c | 712 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, dret->dn_type) + 1; in dt_action_trace() 717 ctflib, dret->dn_type) + 1; in dt_action_trace() 720 dret->dn_type) + 1; in dt_action_trace() 726 dret->dn_type); in dt_action_trace() 729 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace() 732 dmp->dm_name, dret->dn_type); in dt_action_trace()
|
| H A D | dt_dof.c | 418 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe() 425 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
|
| H A D | dt_program.c | 428 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
|
| H A D | dt_provider.c | 480 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 190 if (dn->dn_type == DMU_OT_NONE) { in dmu_object_alloc_impl() 372 ASSERT(dn->dn_type != DMU_OT_NONE); in dmu_object_free() 464 if (dn->dn_type == DMU_OTN_ZAP_METADATA) { in dmu_object_zapify() 468 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify() 478 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify() 496 t = dn->dn_type; in dmu_object_free_zapified()
|
| H A D | dnode_sync.c | 54 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_increase_indirection() 594 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_sync_free() 595 ASSERT(dn->dn_type != DMU_OT_NONE); in dnode_sync_free() 604 dn->dn_type = DMU_OT_NONE; in dnode_sync_free() 635 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync() 636 ASSERT(dnp->dn_type != DMU_OT_NONE || in dnode_sync() 674 if (dnp->dn_type == DMU_OT_NONE) { in dnode_sync() 680 dnp->dn_type = dn->dn_type; in dnode_sync() 697 dnp->dn_type = dn->dn_type; in dnode_sync()
|
| H A D | dnode.c | 287 ASSERT(DMU_OT_IS_VALID(dn->dn_type)); in dnode_verify() 319 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap() 379 if (dnp->dn_type != DMU_OT_NONE) in dnode_buf_byteswap() 470 dn->dn_type = dnp->dn_type; in dnode_create() 598 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate() 608 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate() 630 dn->dn_type = ot; in dnode_allocate() 724 dn->dn_type = ot; in dnode_reallocate() 764 ndn->dn_type = odn->dn_type; in dnode_move_impl() 1311 type = dn->dn_type; in dnode_hold_impl() [all …]
|
| H A D | dmu_diff.c | 92 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
|
| H A D | dbuf.c | 435 dmu_object_type_t type = DB_DNODE(db)->dn_type; in dbuf_include_in_metadata_cache() 590 is_metadata = DMU_OT_IS_METADATA(DB_DNODE(db)->dn_type); in dbuf_is_metadata() 1446 !DMU_OT_IS_ENCRYPTED(dn->dn_type)) || in dbuf_read_verify_dnode_crypt() 2661 type = DB_DNODE(db)->dn_type; in dmu_buf_write_embedded() 2692 type = DB_DNODE(db)->dn_type; in dmu_buf_redact() 3001 ASSERT(dn->dn_type != DMU_OT_NONE); in dbuf_create() 4393 dn->dn_type, psize, lsize, compress_type, in dbuf_sync_leaf() 4476 BP_GET_TYPE(bp) == dn->dn_type) || in dbuf_write_ready() 4502 if (dn->dn_type == DMU_OT_DNODE) { in dbuf_write_ready() 4509 if (dnp->dn_type != DMU_OT_NONE) { in dbuf_write_ready() [all …]
|
| H A D | dmu_send.c | 720 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE) in dump_dnode() 733 drro->drr_type = dnp->dn_type; in dump_dnode() 811 record.sru.data.obj_type = dnp->dn_type; in dump_dnode() 1165 DMU_SPILL_BLKID || DMU_OT_IS_METADATA(dnp->dn_type)) && in send_cb() 1194 record->sru.data.obj_type = dnp->dn_type; in send_cb() 1727 range->sru.data.obj_type = dn->dn_type; in enqueue_range()
|
| H A D | dmu_objset.c | 1677 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync() 1685 DMU_PROJECTUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync() 1972 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in userquota_updates_task() 2073 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates_prep() 2083 DMU_PROJECTUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates_prep()
|
| H A D | dmu_redact.c | 283 if (dnp->dn_type == DMU_OT_NONE || in redact_cb() 873 DMU_OT_IS_METADATA((*dn)->dn_type))) { in hold_next_object()
|
| H A D | dmu.c | 1946 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET; in dmu_write_policy() 2147 doi->doi_type = dn->dn_type; in __dmu_object_info_from_dnode()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 833 if (dnp->dn_type != DMU_OT_NONE && in zio_crypt_copy_dnode_bonus() 1098 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1099 osp->os_groupused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1100 osp->os_projectused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs() 1102 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1103 osp->os_groupused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs() 1125 if (osp->os_userused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs() 1132 if (osp->os_groupused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs() 1139 if (osp->os_projectused_dnode.dn_type != DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1460 if (sdnp[i].dn_type != DMU_OT_NONE && in zio_crypt_init_uios_dnode() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 214 uint8_t dn_type; /* dmu_object_type_t */ member 296 dmu_object_type_t dn_type; /* object type */ member 461 (DMU_OT_IS_METADATA((_dn)->dn_type) && \
|
| H A D | dbuf.h | 453 DMU_OT_IS_METADATA((_dn)->dn_handle->dnh_dnode->dn_type)) && \
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 893 if (dnp->dn_type != DMU_OT_NONE && in zio_crypt_copy_dnode_bonus() 1226 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1227 osp->os_groupused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1228 osp->os_projectused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs() 1230 osp->os_userused_dnode.dn_type == DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1231 osp->os_groupused_dnode.dn_type == DMU_OT_NONE) || in zio_crypt_do_objset_hmacs() 1263 if (osp->os_userused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs() 1270 if (osp->os_groupused_dnode.dn_type != DMU_OT_NONE) { in zio_crypt_do_objset_hmacs() 1277 if (osp->os_projectused_dnode.dn_type != DMU_OT_NONE && in zio_crypt_do_objset_hmacs() 1632 if (sdnp[i].dn_type != DMU_OT_NONE && in zio_crypt_init_uios_dnode() [all …]
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | biospnp.c | 72 uint8_t dn_type[3]; member
|