Home
last modified time | relevance | path

Searched refs:dn_type (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_object.c149 ASSERT(dn->dn_type != DMU_OT_NONE); in dmu_object_free()
191 if (dn->dn_type == DMU_OTN_ZAP_METADATA) { in dmu_object_zapify()
195 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
197 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
217 t = dn->dn_type; in dmu_object_free_zapified()
H A Ddnode_sync.c52 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_increase_indirection()
511 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_sync_free()
512 ASSERT(dn->dn_type != DMU_OT_NONE); in dnode_sync_free()
520 dn->dn_type = DMU_OT_NONE; in dnode_sync_free()
549 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
550 ASSERT(dnp->dn_type != DMU_OT_NONE || in dnode_sync()
573 if (dnp->dn_type == DMU_OT_NONE) { in dnode_sync()
579 dnp->dn_type = dn->dn_type; in dnode_sync()
593 dnp->dn_type = dn->dn_type; in dnode_sync()
H A Ddnode.c240 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_verify()
249 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
259 ASSERT(DMU_OT_IS_VALID(dn->dn_type)); in dnode_verify()
272 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
291 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
432 dn->dn_type = dnp->dn_type; in dnode_create()
444 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_create()
559 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
561 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
569 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
[all …]
H A Ddmu_diff.c129 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
H A Ddbuf.c396 is_metadata = DMU_OT_IS_METADATA(DB_DNODE(db)->dn_type); in dbuf_is_metadata()
1957 type = DB_DNODE(db)->dn_type; in dmu_buf_write_embedded()
2216 ASSERT(dn->dn_type != DMU_OT_NONE); in dbuf_create()
3219 BP_GET_TYPE(bp) == dn->dn_type) || in dbuf_write_ready()
3243 if (dn->dn_type == DMU_OT_DNODE) { in dbuf_write_ready()
3247 if (dnp->dn_type != DMU_OT_NONE) in dbuf_write_ready()
3495 if (db->db_level > 0 || dn->dn_type == DMU_OT_DNODE) { in dbuf_write()
H A Ddmu_objset.c1150 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
1307 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in dmu_objset_do_userquota_updates()
1312 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
H A Ddmu.c1997 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET; in dmu_write_policy()
2174 doi->doi_type = dn->dn_type; in dmu_object_info_from_dnode()
H A Ddmu_tx.c771 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c339 ctf_id_t ltype = lp->dn_type; in dt_type_promote()
342 ctf_id_t rtype = rp->dn_type; in dt_type_promote()
409 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type); in dt_node_promote()
410 dt_node_type_assign(dnp, dnp->dn_ctfp, dnp->dn_type, B_FALSE); in dt_node_promote()
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()
741 (void) dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf + n, len); in dt_node_type_name()
745 return (dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf, len)); in dt_node_type_name()
760 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type); in dt_node_type_size()
[all …]
H A Ddt_ident.c278 isp->dis_args[i].dn_type = CTF_ERR; in dt_idcook_func()
344 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); in dt_idcook_args()
375 if (xnp->dn_type == CTF_ERR) { in dt_idcook_args()
380 if (nnp->dn_type == CTF_ERR) { in dt_idcook_args()
405 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args()
457 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n))); in dt_idcook_regs()
H A Ddt_cg.c199 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 Ddt_xlator.c261 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 Ddt_printf.c109 base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_str()
122 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_wstr()
173 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xshort()
186 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xlong()
199 ctf_id_t type = dnp->dn_type; in pfcheck_xlonglong()
230 dnp->dn_type), pfd->pfd_conv->pfc_dctfp, pfd->pfd_conv->pfc_dtype)); in pfcheck_type()
H A Ddt_cc.c712 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 Ddt_parser.h52 ctf_id_t dn_type; /* CTF type reference for node's type */ member
H A Ddt_dof.c418 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
425 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
H A Ddt_program.c428 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_provider.c480 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
H A Ddt_decl.c320 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) { in dt_decl_prototype()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h129 uint8_t dn_type; /* dmu_object_type_t */ member
174 dmu_object_type_t dn_type; /* object type */ member
313 (DMU_OT_IS_METADATA((_dn)->dn_type) && \
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dconn.c542 } dn_type = META_DNTYPE_ENTRY; in asyncmeta_getconn() local
585 dn_type = META_DNTYPE_PARENT; in asyncmeta_getconn()
593 dn_type = META_DNTYPE_NEWPARENT; in asyncmeta_getconn()
703 if ( rs->sr_err == LDAP_NO_SUCH_OBJECT && dn_type == META_DNTYPE_PARENT ) { in asyncmeta_getconn()
723 if ( dn_type == META_DNTYPE_NEWPARENT && asyncmeta_get_candidate( op, rs, op->orr_nnewSup ) != i ) in asyncmeta_getconn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconn.c1094 } dn_type = META_DNTYPE_ENTRY; in meta_back_getconn() local
1246 dn_type = META_DNTYPE_PARENT; in meta_back_getconn()
1254 dn_type = META_DNTYPE_NEWPARENT; in meta_back_getconn()
1388 if ( rs->sr_err == LDAP_NO_SUCH_OBJECT && dn_type == META_DNTYPE_PARENT ) { in meta_back_getconn()
1409 if ( dn_type == META_DNTYPE_NEWPARENT && meta_back_get_candidate( op, rs, op->orr_nnewSup ) != i ) in meta_back_getconn()
/netbsd-src/sys/arch/i386/pnpbios/
H A Dpnpbiosreg.h114 uint8_t dn_type; /* base type */ member
H A Dpnpbios.c802 idstr, matchonly ? "static" : "dynamic", dn->dn_type, in pnpbios_attachnode()
900 idstr, dn->dn_handle, dn->dn_size, dn->dn_type, in pnpbios_attachnode()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1245 ASSERT3U(BP_GET_TYPE(bp), ==, dnp->dn_type); in print_indirect()
1921 if (dn->dn_type == DMU_OT_DNODE) { in dump_object()
2025 DMU_USERUSED_DNODE(os)->dn_type != 0) { in dump_dir()

12