/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 149 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 D | dnode_sync.c | 52 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 D | dnode.c | 239 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_verify() 248 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify() 258 ASSERT(DMU_OT_IS_VALID(dn->dn_type)); in dnode_verify() 271 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify() 290 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap() 431 dn->dn_type = dnp->dn_type; in dnode_create() 443 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_create() 556 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate() 558 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate() 566 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate() [all …]
|
H A D | dmu_diff.c | 88 if (dnp->dn_type == DMU_OT_NONE) in report_dnode()
|
H A D | dbuf.c | 334 is_metadata = DMU_OT_IS_METADATA(DB_DNODE(db)->dn_type); in dbuf_is_metadata() 1633 type = DB_DNODE(db)->dn_type; in dmu_buf_write_embedded() 1879 ASSERT(dn->dn_type != DMU_OT_NONE); in dbuf_create() 2905 BP_GET_TYPE(bp) == dn->dn_type) || in dbuf_write_ready() 2929 if (dn->dn_type == DMU_OT_DNODE) { in dbuf_write_ready() 2933 if (dnp->dn_type != DMU_OT_NONE) in dbuf_write_ready() 3141 if (db->db_level > 0 || dn->dn_type == DMU_OT_DNODE) { in dbuf_write()
|
H A D | dmu_objset.c | 1138 DMU_USERUSED_DNODE(os)->dn_type != DMU_OT_NONE) { in dmu_objset_sync() 1224 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE || in dmu_objset_do_userquota_updates() 1229 if (DMU_USERUSED_DNODE(os)->dn_type == DMU_OT_NONE) { in dmu_objset_do_userquota_updates()
|
H A D | dmu.c | 1736 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET; in dmu_write_policy() 1912 doi->doi_type = dn->dn_type; in dmu_object_info_from_dnode()
|
H A D | dmu_tx.c | 743 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap()
|
H A D | dmu_send.c | 412 if (dnp == NULL || dnp->dn_type == DMU_OT_NONE) in dump_dnode() 425 drro->drr_type = dnp->dn_type; in dump_dnode()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 334 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 D | dt_ident.c | 268 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 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() 2045 dnp->dn_type), dnp->dn_reg, dnp->dn_reg); in dt_cg_node()
|
H A D | dt_printf.c | 106 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 D | dt_parser.h | 52 ctf_id_t dn_type; /* CTF type reference for node's type */ member
|
H A D | dt_dof.c | 414 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe() 421 dnp->dn_type, buf, sizeof (buf))); in dof_add_probe()
|
H A D | dt_cc.c | 715 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 D | dt_program.c | 423 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
|
H A D | dt_provider.c | 476 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
|
H A D | dt_decl.c | 337 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) { in dt_decl_prototype()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dnode.h | 59 uint8_t dn_type; /* dmu_object_type_t */ member
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dnode.h | 124 uint8_t dn_type; /* dmu_object_type_t */ member 169 dmu_object_type_t dn_type; /* object type */ member
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 82 if (type && (dnp)->dn_type != type) { \
|
/titanic_50/usr/src/cmd/zdb/ |
H A D | zdb.c | 1217 ASSERT3U(BP_GET_TYPE(bp), ==, dnp->dn_type); in print_indirect() 1926 if (dn->dn_type == DMU_OT_DNODE) { in dump_object() 2035 DMU_USERUSED_DNODE(os)->dn_type != 0) { in dump_dir()
|