Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddnode.c126 bzero(&dn->dn_next_bonustype[0], sizeof (dn->dn_next_bonustype)); in dnode_cons()
186 ASSERT0(dn->dn_next_bonustype[i]); in dnode_dest()
377 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()
582 ASSERT0(dn->dn_next_bonustype[i]); in dnode_allocate()
617 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()
662 dn->dn_next_bonustype[tx->tx_txg&TXG_MASK] = bonustype; in dnode_reallocate()
740 bcopy(&odn->dn_next_bonustype[0], &ndn->dn_next_bonustype[0], in dnode_move_impl()
741 sizeof (odn->dn_next_bonustype)); in dnode_move_impl()
815 odn->dn_next_bonustype[i] = 0; in dnode_move_impl()
1308 ASSERT0(dn->dn_next_bonustype[txg&TXG_MASK]); in dnode_setdirty()
Ddnode_sync.c619 if (dn->dn_next_bonustype[txgoff] != 0) { in dnode_sync()
620 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff])); in dnode_sync()
621 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
622 dn->dn_next_bonustype[txgoff] = 0; in dnode_sync()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Ddnode.h191 uint8_t dn_next_bonustype[TXG_SIZE]; member