Home
last modified time | relevance | path

Searched refs:dn_bonustype (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddnode.c325 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype)); in dnode_byteswap()
327 DMU_OT_BYTESWAP(dnp->dn_bonustype); in dnode_byteswap()
376 dn->dn_bonustype = newtype; in dnode_setbonus_type()
377 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()
436 dn->dn_bonustype = dnp->dn_bonustype; in dnode_create()
599 dn->dn_bonustype = bonustype; in dnode_allocate()
617 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()
661 if (dn->dn_bonustype != bonustype) in dnode_reallocate()
676 dn->dn_bonustype = bonustype; in dnode_reallocate()
724 ndn->dn_bonustype = odn->dn_bonustype; in dnode_move_impl()
H A Ddnode_sync.c580 dnp->dn_bonustype = dn->dn_bonustype; in dnode_sync()
621 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
H A Ddmu.c297 type = dn->dn_bonustype; in dmu_get_bonustype()
2095 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type; in dmu_write_policy()
2175 doi->doi_bonus_type = dn->dn_bonustype; in dmu_object_info_from_dnode()
H A Ddmu_objset.c1425 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
1458 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data, in dmu_objset_userquota_get_ids()
H A Ddmu_send.c503 drro->drr_bonustype = dnp->dn_bonustype; in dump_dnode()
H A Ddbuf.c3221 BP_GET_TYPE(bp) == dn->dn_bonustype) || in dbuf_write_ready()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h133 uint8_t dn_bonustype; /* type of data in bonus buffer */ member
176 uint8_t dn_bonustype; /* bonus type */ member