Searched refs:dn_bonustype (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c124 dn->dn_bonustype == bonustype && dn->dn_bonuslen == bonuslen) {
H A Ddnode.c291 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype));
293 DMU_OT_BYTESWAP(dnp->dn_bonustype);
355 dn->dn_bonustype = newtype;
356 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
414 dn->dn_bonustype = dnp->dn_bonustype;
548 dn->dn_bonustype = bonustype;
566 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
609 if (dn->dn_bonustype != bonustype)
624 dn->dn_bonustype
[all...]
H A Ddnode_sync.c571 dnp->dn_bonustype = dn->dn_bonustype;
604 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff];
H A Ddmu.c226 type = dn->dn_bonustype;
1657 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type;
1710 doi->doi_bonus_type = dn->dn_bonustype;
H A Ddmu_objset.c1252 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) {
1285 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data,
H A Ddmu_send.c334 drro->drr_bonustype = dnp->dn_bonustype;
H A Ddbuf.c2493 BP_GET_TYPE(bp) == dn->dn_bonustype));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddnode.h127 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
170 uint8_t dn_bonustype; /* bonus type */ member in struct:dnode
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h777 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
/freebsd-10.0-release/sys/boot/zfs/
H A Dzfsimpl.c1938 if (dn->dn_bonustype != DMU_OT_SA) {

Completed in 137 milliseconds