HomeSort by: relevance | last modified time | path
    Searched refs:dn_next_bonustype (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dnode.c 126 bzero(&dn->dn_next_bonustype[0], sizeof (dn->dn_next_bonustype));
186 ASSERT0(dn->dn_next_bonustype[i]);
377 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
582 ASSERT0(dn->dn_next_bonustype[i]);
617 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
662 dn->dn_next_bonustype[tx->tx_txg&TXG_MASK] = bonustype;
740 bcopy(&odn->dn_next_bonustype[0], &ndn->dn_next_bonustype[0],
741 sizeof (odn->dn_next_bonustype));
    [all...]
dnode_sync.c 619 if (dn->dn_next_bonustype[txgoff] != 0) {
620 ASSERT(DMU_OT_IS_VALID(dn->dn_next_bonustype[txgoff]));
621 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff];
622 dn->dn_next_bonustype[txgoff] = 0;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dnode.h 191 uint8_t dn_next_bonustype[TXG_SIZE]; member in struct:dnode

Completed in 17 milliseconds