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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c124 bzero(&dn->dn_next_bonustype[0], sizeof (dn->dn_next_bonustype));
183 ASSERT0(dn->dn_next_bonustype[i]);
374 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
576 ASSERT0(dn->dn_next_bonustype[i]);
611 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
656 dn->dn_next_bonustype[tx->tx_txg&TXG_MASK] = bonustype;
734 bcopy(&odn->dn_next_bonustype[0], &ndn->dn_next_bonustype[0],
735 sizeof (odn->dn_next_bonustype));
[all...]
H A Ddnode_sync.c626 if (dn->dn_next_bonustype[txgoff] != 0) {
627 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff]));
628 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff];
629 dn->dn_next_bonustype[txgoff] = 0;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h191 uint8_t dn_next_bonustype[TXG_SIZE]; member in struct:dnode

Completed in 64 milliseconds