Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h309 uint8_t dn_next_type[TXG_SIZE]; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode_sync.c690 if (dn->dn_next_type[txgoff] != 0) { in dnode_sync()
692 dn->dn_next_type[txgoff] = 0; in dnode_sync()
H A Ddmu_object.c478 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
H A Ddnode.c778 bcopy(&odn->dn_next_type[0], &ndn->dn_next_type[0], in dnode_move_impl()
779 sizeof (odn->dn_next_type)); in dnode_move_impl()