Home
last modified time | relevance | path

Searched refs:dn_next_bonustype (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c146 memset(dn->dn_next_bonustype, 0, sizeof (dn->dn_next_bonustype)); in dnode_cons()
209 ASSERT0(dn->dn_next_bonustype[i]); in dnode_dest()
543 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()
764 ASSERT0(dn->dn_next_bonustype[i]); in dnode_allocate()
802 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()
856 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = bonustype; in dnode_reallocate()
926 memcpy(ndn->dn_next_bonustype, odn->dn_next_bonustype, in dnode_move_impl()
927 sizeof (odn->dn_next_bonustype)); in dnode_move_impl()
1002 odn->dn_next_bonustype[i] = 0; in dnode_move_impl()
1888 ASSERT0(dn->dn_next_bonustype[txg & TXG_MASK]); in dnode_setdirty()
H A Ddnode_sync.c740 if (dn->dn_next_bonustype[txgoff] != 0) { in dnode_sync()
741 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff])); in dnode_sync()
742 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
743 dn->dn_next_bonustype[txgoff] = 0; in dnode_sync()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h324 uint8_t dn_next_bonustype[TXG_SIZE]; member