Searched refs:dn_flags (Results 1 – 15 of 15) sorted by relevance
166 if ((dnp->dn_flags & DT_NF_BITFIELD) && in dt_cg_load()179 if (dnp->dn_flags & DT_NF_SIGNED) in dt_cg_load()181 if (dnp->dn_flags & DT_NF_USERLAND) in dt_cg_load()268 if (dnp->dn_flags & DT_NF_SIGNED) { in dt_cg_field_get()417 if ((dst->dn_flags & DT_NF_BITFIELD) && in dt_cg_store()423 if (src->dn_flags & DT_NF_REF) { in dt_cg_store()430 if (dst->dn_flags & DT_NF_BITFIELD) in dt_cg_store()454 if (dst->dn_flags & DT_NF_BITFIELD) in dt_cg_store()479 ((src->dn_flags ^ dst->dn_flags) & DT_NF_SIGNED) != 0) in dt_cg_typecast()481 if (dstsize > srcsize && (src->dn_flags & DT_NF_SIGNED) == 0) in dt_cg_typecast()[all …]
526 dnp->dn_flags = 0; in dt_node_xalloc()686 dnp->dn_flags &= in dt_node_type_assign()693 dnp->dn_flags |= DT_NF_BITFIELD; in dt_node_type_assign()696 dnp->dn_flags |= DT_NF_SIGNED; in dt_node_type_assign()701 dnp->dn_flags |= DT_NF_REF; in dt_node_type_assign()707 dnp->dn_flags |= DT_NF_REF; in dt_node_type_assign()710 dnp->dn_flags |= DT_NF_REF; in dt_node_type_assign()713 dnp->dn_flags |= DT_NF_USERLAND; in dt_node_type_assign()715 dnp->dn_flags |= DT_NF_COOKED; in dt_node_type_assign()723 assert(src->dn_flags & DT_NF_COOKED); in dt_node_type_propagate()[all …]
54 uchar_t dn_flags; /* node flags (DT_NF_*, defined below) */ member
460 if ((ap->dn_flags & DT_NF_SIGNED) && (int64_t)ap->dn_value < 0) { in dt_idcook_regs()977 dnp->dn_flags |= DT_NF_USERLAND; in dt_ident_cook()
160 if (dnp->dn_flags & DT_NF_SIGNED) in pfcheck_dint()
863 ((arg1->dn_flags & DT_NF_SIGNED) && in dt_action_ustack_args()
560 dn->dn_oldflags = dn->dn_phys->dn_flags; in dnode_sync()561 dn->dn_phys->dn_flags |= DNODE_FLAG_USERUSED_ACCOUNTED; in dnode_sync()566 ASSERT(!(dn->dn_phys->dn_flags & in dnode_sync()633 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dnode_sync()657 dnp->dn_flags &= ~DNODE_FLAG_SPILL_BLKPTR; in dnode_sync()
332 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dnode_byteswap()439 dn->dn_have_spill = ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0); in dnode_create()665 if (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dnode_reallocate()1805 ASSERT((dn->dn_phys->dn_flags & DNODE_FLAG_USED_BYTES) == 0); in dnode_diduse_space()1810 dn->dn_phys->dn_flags |= DNODE_FLAG_USED_BYTES; in dnode_diduse_space()
445 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in prefetch_dnode_metadata()480 if (err == 0 && (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) { in traverse_dnode()
2155 (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) in dbuf_findbp()3060 dn->dn_phys->dn_flags |= DNODE_FLAG_SPILL_BLKPTR; in dbuf_sync_leaf()3230 ASSERT(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR); in dbuf_write_ready()3393 ASSERT(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR); in dbuf_write_done()
1308 dn->dn_phys->dn_flags & in dmu_objset_do_userquota_updates()1331 dn->dn_phys->dn_flags, dn->dn_newuid, in dmu_objset_do_userquota_updates()
1631 if (!(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) { in dmu_tx_hold_spill()
767 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dsl_scan_visitdnode()
106 #define DN_USED_BYTES(dnp) (((dnp)->dn_flags & DNODE_FLAG_USED_BYTES) ? \136 uint8_t dn_flags; /* DNODE_FLAG_* */ member
1894 (dn->dn_phys->dn_flags & DNODE_FLAG_USED_BYTES) ? in dump_object()1896 (dn->dn_phys->dn_flags & DNODE_FLAG_USERUSED_ACCOUNTED) ? in dump_object()1898 (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) ? in dump_object()