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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddnode.h128 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
171 uint8_t dn_bonustype; /* bonus type */ member in struct:dnode
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c326 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype));
328 DMU_OT_BYTESWAP(dnp->dn_bonustype);
377 dn->dn_bonustype = newtype;
378 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
437 dn->dn_bonustype = dnp->dn_bonustype;
598 dn->dn_bonustype = bonustype;
616 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
660 if (dn->dn_bonustype != bonustype)
675 dn->dn_bonustype
[all...]
H A Ddnode_sync.c586 dnp->dn_bonustype = dn->dn_bonustype;
627 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff];
H A Ddmu.c244 type = dn->dn_bonustype;
1907 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type;
1986 doi->doi_bonus_type = dn->dn_bonustype;
H A Ddmu_objset.c1340 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) {
1373 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data,
H A Ddbuf.c2890 BP_GET_TYPE(bp) == dn->dn_bonustype) ||
H A Ddmu_send.c448 drro->drr_bonustype = dnp->dn_bonustype;
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h883 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
/freebsd-10.3-release/sys/boot/zfs/
H A Dzfsimpl.c2030 if (dn->dn_bonustype != DMU_OT_SA) {

Completed in 104 milliseconds