Searched refs:dn_next_bonustype (Results 1 – 3 of 3) sorted by relevance
146 memset(dn->dn_next_bonustype, 0, sizeof (dn->dn_next_bonustype)); in dnode_cons()209 ASSERT0(dn->dn_next_bonustype[i]); in dnode_dest()543 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()764 ASSERT0(dn->dn_next_bonustype[i]); in dnode_allocate()802 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()856 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = bonustype; in dnode_reallocate()926 memcpy(ndn->dn_next_bonustype, odn->dn_next_bonustype, in dnode_move_impl()927 sizeof (odn->dn_next_bonustype)); in dnode_move_impl()1002 odn->dn_next_bonustype[i] = 0; in dnode_move_impl()1888 ASSERT0(dn->dn_next_bonustype[txg & TXG_MASK]); in dnode_setdirty()
740 if (dn->dn_next_bonustype[txgoff] != 0) { in dnode_sync()741 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff])); in dnode_sync()742 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()743 dn->dn_next_bonustype[txgoff] = 0; in dnode_sync()
324 uint8_t dn_next_bonustype[TXG_SIZE]; member