Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h63 uint8_t dn_bonustype; /* type of data in bonus buffer */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddnode.c323 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype)); in dnode_byteswap()
325 DMU_OT_BYTESWAP(dnp->dn_bonustype); in dnode_byteswap()
374 dn->dn_bonustype = newtype; in dnode_setbonus_type()
375 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()
434 dn->dn_bonustype = dnp->dn_bonustype; in dnode_create()
595 dn->dn_bonustype = bonustype; in dnode_allocate()
613 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()
657 if (dn->dn_bonustype != bonustype) in dnode_reallocate()
672 dn->dn_bonustype = bonustype; in dnode_reallocate()
720 ndn->dn_bonustype = odn->dn_bonustype; in dnode_move_impl()
H A Ddnode_sync.c586 dnp->dn_bonustype = dn->dn_bonustype; in dnode_sync()
627 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
H A Ddmu.c240 type = dn->dn_bonustype; in dmu_get_bonustype()
1821 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type; in dmu_write_policy()
1899 doi->doi_bonus_type = dn->dn_bonustype; in dmu_object_info_from_dnode()
H A Ddmu_objset.c1378 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
1411 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data, in dmu_objset_userquota_get_ids()
H A Ddmu_send.c426 drro->drr_bonustype = dnp->dn_bonustype; in dump_dnode()
H A Ddbuf.c2868 BP_GET_TYPE(bp) == dn->dn_bonustype) || in dbuf_write_ready()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h128 uint8_t dn_bonustype; /* type of data in bonus buffer */ member
171 uint8_t dn_bonustype; /* bonus type */ member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1772 if (DNODE->dn_bonustype == DMU_OT_SA) { in zfs_open()
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth673 : dn_bonustype ( dn -- n ) h# 4 + c@ ;
1241 dn_bonustype ot-sa# = if