Searched refs:dn_next_bonustype (Results 1 – 3 of 3) sorted by relevance
135 bzero(&dn->dn_next_bonustype[0], sizeof (dn->dn_next_bonustype)); in dnode_cons()199 ASSERT0(dn->dn_next_bonustype[i]); in dnode_dest()417 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()621 ASSERT0(dn->dn_next_bonustype[i]); in dnode_allocate()659 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()713 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = bonustype; in dnode_reallocate()786 bcopy(&odn->dn_next_bonustype[0], &ndn->dn_next_bonustype[0], in dnode_move_impl()787 sizeof (odn->dn_next_bonustype)); in dnode_move_impl()866 odn->dn_next_bonustype[i] = 0; in dnode_move_impl()1696 ASSERT0(dn->dn_next_bonustype[txg & TXG_MASK]); in dnode_setdirty()
718 if (dn->dn_next_bonustype[txgoff] != 0) { in dnode_sync()719 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff])); in dnode_sync()720 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()721 dn->dn_next_bonustype[txgoff] = 0; in dnode_sync()
314 uint8_t dn_next_bonustype[TXG_SIZE]; member