Home
last modified time | relevance | path

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

/titanic_41/usr/src/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()
517 ASSERT(dn->dn_phys->dn_type != DMU_OT_NONE); in dnode_sync_free()
518 ASSERT(dn->dn_type != DMU_OT_NONE); in dnode_sync_free()
526 dn->dn_type = DMU_OT_NONE; in dnode_sync_free()
555 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
556 ASSERT(dnp->dn_type != DMU_OT_NONE || in dnode_sync()
579 if (dnp->dn_type == DMU_OT_NONE) { in dnode_sync()
585 dnp->dn_type = dn->dn_type; in dnode_sync()
599 dnp->dn_type = dn->dn_type; in dnode_sync()
H A Ddnode.c238 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_verify()
247 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
257 ASSERT(DMU_OT_IS_VALID(dn->dn_type)); in dnode_verify()
270 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
289 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
430 dn->dn_type = dnp->dn_type; in dnode_create()
442 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_create()
555 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
557 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
565 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
[all …]
H A Ddmu_diff.c88 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
H A Ddbuf.c333 is_metadata = DMU_OT_IS_METADATA(DB_DNODE(db)->dn_type); in dbuf_is_metadata()
1597 type = DB_DNODE(db)->dn_type; in dmu_buf_write_embedded()
1843 ASSERT(dn->dn_type != DMU_OT_NONE); in dbuf_create()
2866 BP_GET_TYPE(bp) == dn->dn_type) || in dbuf_write_ready()
2890 if (dn->dn_type == DMU_OT_DNODE) { in dbuf_write_ready()
2894 if (dnp->dn_type != DMU_OT_NONE) in dbuf_write_ready()
3102 if (db->db_level > 0 || dn->dn_type == DMU_OT_DNODE) { in dbuf_write()
H A Ddmu_objset.c1169 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync()
1255 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in dmu_objset_do_userquota_updates()
1260 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
H A Ddmu.c1728 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET; in dmu_write_policy()
1898 doi->doi_type = dn->dn_type; in dmu_object_info_from_dnode()
H A Ddmu_send.c412 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE) in dump_dnode()
425 drro->drr_type = dnp->dn_type; in dump_dnode()
H A Ddmu_tx.c742 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_parser.c334 ctf_id_t ltype = lp->dn_type; in dt_type_promote()
337 ctf_id_t rtype = rp->dn_type; in dt_type_promote()
404 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type); in dt_node_promote()
405 dt_node_type_assign(dnp, dnp->dn_ctfp, dnp->dn_type, B_FALSE); in dt_node_promote()
519 dnp->dn_type = CTF_ERR; in dt_node_xalloc()
712 dnp->dn_type = type; in dt_node_type_assign()
721 dst->dn_type = src->dn_type; in dt_node_type_propagate()
736 (void) dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf + n, len); in dt_node_type_name()
740 return (dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf, len)); in dt_node_type_name()
755 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type); in dt_node_type_size()
[all …]
H A Ddt_ident.c268 isp->dis_args[i].dn_type = CTF_ERR; in dt_idcook_func()
334 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); in dt_idcook_args()
365 if (xnp->dn_type == CTF_ERR) { in dt_idcook_args()
370 if (nnp->dn_type == CTF_ERR) { in dt_idcook_args()
395 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args()
447 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n))); in dt_idcook_regs()
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_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()
2045 dnp->dn_type), dnp->dn_reg, dnp->dn_reg); in dt_cg_node()
H A Ddt_printf.c106 base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_str()
119 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_wstr()
170 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xshort()
183 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xlong()
196 ctf_id_t type = dnp->dn_type; in pfcheck_xlonglong()
227 dnp->dn_type), pfd->pfd_conv->pfc_dctfp, pfd->pfd_conv->pfc_dtype)); in pfcheck_type()
H A Ddt_parser.h52 ctf_id_t dn_type; /* CTF type reference for node's type */ member
H A Ddt_dof.c414 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
421 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
H A Ddt_cc.c715 ctflib, dret->dn_type) + 1; in dt_action_trace()
718 dret->dn_type) + 1; in dt_action_trace()
725 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace()
728 dmp->dm_name, dret->dn_type); in dt_action_trace()
H A Ddt_program.c423 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_provider.c476 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
H A Ddt_decl.c337 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) { in dt_decl_prototype()
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h59 uint8_t dn_type; /* dmu_object_type_t */ member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h124 uint8_t dn_type; /* dmu_object_type_t */ member
169 dmu_object_type_t dn_type; /* object type */ member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h82 if (type && (dnp)->dn_type != type) { \
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1204 ASSERT3U(BP_GET_TYPE(bp), ==, dnp->dn_type); in print_indirect()
1882 if (dn->dn_type == DMU_OT_DNODE) { in dump_object()
1986 DMU_USERUSED_DNODE(os)->dn_type != 0) { in dump_dir()