Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c437 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
H A Ddnode_sync.c687 if (dn->dn_next_type[txgoff] != 0) { in dnode_sync()
689 dn->dn_next_type[txgoff] = 0; in dnode_sync()
H A Ddnode.c775 bcopy(&odn->dn_next_type[0], &ndn->dn_next_type[0], in dnode_move_impl()
776 sizeof (odn->dn_next_type)); in dnode_move_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h287 uint8_t dn_next_type[TXG_SIZE]; member