Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode.c135 bzero(&dn->dn_next_bonustype[0], sizeof (dn->dn_next_bonustype)); in dnode_cons()
199 ASSERT0(dn->dn_next_bonustype[i]); in dnode_dest()
417 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()
621 ASSERT0(dn->dn_next_bonustype[i]); in dnode_allocate()
659 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()
713 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = bonustype; in dnode_reallocate()
786 bcopy(&odn->dn_next_bonustype[0], &ndn->dn_next_bonustype[0], in dnode_move_impl()
787 sizeof (odn->dn_next_bonustype)); in dnode_move_impl()
866 odn->dn_next_bonustype[i] = 0; in dnode_move_impl()
1696 ASSERT0(dn->dn_next_bonustype[txg & TXG_MASK]); in dnode_setdirty()
H A Ddnode_sync.c718 if (dn->dn_next_bonustype[txgoff] != 0) { in dnode_sync()
719 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff])); in dnode_sync()
720 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
721 dn->dn_next_bonustype[txgoff] = 0; in dnode_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h314 uint8_t dn_next_bonustype[TXG_SIZE]; member