Home
last modified time | relevance | path

Searched refs:dn_next_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c746 if (dn->dn_next_type[txgoff] != 0) { in dnode_sync()
748 dn->dn_next_type[txgoff] = 0; in dnode_sync()
H A Ddmu_object.c471 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
H A Ddnode.c145 memset(dn->dn_next_type, 0, sizeof (dn->dn_next_type)); in dnode_cons()
920 memcpy(ndn->dn_next_type, odn->dn_next_type, in dnode_move_impl()
921 sizeof (odn->dn_next_type)); in dnode_move_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h303 uint8_t dn_next_type[TXG_SIZE]; member