Searched refs:dn_next_type (Results 1 – 4 of 4) sorted by relevance
703 if (dn->dn_next_type[txgoff] != 0) { in dnode_sync()705 dn->dn_next_type[txgoff] = 0; in dnode_sync()
480 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
133 memset(dn->dn_next_type, 0, sizeof (dn->dn_next_type)); in dnode_cons()893 memcpy(ndn->dn_next_type, odn->dn_next_type, in dnode_move_impl()894 sizeof (odn->dn_next_type)); in dnode_move_impl()
318 uint8_t dn_next_type[TXG_SIZE]; member