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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h63 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h133 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
176 uint8_t dn_bonustype; /* bonus type */ member in struct:dnode
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c322 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype));
324 DMU_OT_BYTESWAP(dnp->dn_bonustype);
373 dn->dn_bonustype = newtype;
374 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
433 dn->dn_bonustype = dnp->dn_bonustype;
593 dn->dn_bonustype = bonustype;
611 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype;
655 if (dn->dn_bonustype != bonustype)
670 dn->dn_bonustype
[all...]
H A Ddnode_sync.c587 dnp->dn_bonustype = dn->dn_bonustype;
628 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff];
H A Ddmu.c283 type = dn->dn_bonustype;
1913 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type;
1992 doi->doi_bonus_type = dn->dn_bonustype;
H A Ddmu_objset.c1438 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) {
1471 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data,
H A Ddbuf.c3245 BP_GET_TYPE(bp) == dn->dn_bonustype) ||
H A Ddmu_send.c464 drro->drr_bonustype = dnp->dn_bonustype;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h896 uint8_t dn_bonustype; /* type of data in bonus buffer */ member in struct:dnode_phys
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1777 if (DNODE->dn_bonustype == DMU_OT_SA) {
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c2138 if (dn->dn_bonustype != DMU_OT_SA) {

Completed in 133 milliseconds