Home
last modified time | relevance | path

Searched refs:dn_bonustype (Results 1 – 12 of 12) 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
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c352 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype)); in dnode_byteswap()
353 byteswap = DMU_OT_BYTESWAP(dnp->dn_bonustype); in dnode_byteswap()
405 dn->dn_bonustype = newtype; in dnode_setbonus_type()
406 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()
467 dn->dn_bonustype = dnp->dn_bonustype; in dnode_create()
640 dn->dn_bonustype = bonustype; in dnode_allocate()
658 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()
710 if (dn->dn_bonustype != bonustype) in dnode_reallocate()
725 dn->dn_bonustype = bonustype; in dnode_reallocate()
764 ndn->dn_bonustype = odn->dn_bonustype; in dnode_move_impl()
H A Ddnode_sync.c672 dnp->dn_bonustype = dn->dn_bonustype; in dnode_sync()
717 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
H A Dzio_crypt.c907 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()
1620 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()
1701 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
H A Ddmu.c326 type = dn->dn_bonustype; in dmu_get_bonustype()
2383 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type; in dmu_write_policy()
2473 doi->doi_bonus_type = dn->dn_bonustype; in dmu_object_info_from_dnode()
H A Ddmu_objset.c2195 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
2230 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data, in dmu_objset_userquota_get_ids()
H A Ddmu_send.c513 drro->drr_bonustype = dnp->dn_bonustype; in dump_dnode()
H A Ddbuf.c1077 !DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)))) in dbuf_read_verify_dnode_crypt()
3716 BP_GET_TYPE(bp) == dn->dn_bonustype) || in dbuf_write_ready()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h213 uint8_t dn_bonustype; /* type of data in bonus buffer */ member
276 uint8_t dn_bonustype; /* bonus type */ member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c3450 dir.dn_bonustype != DMU_OT_PACKED_NVLIST_SIZE) { in load_nvlist()
3530 if (dn->dn_bonustype != DMU_OT_SA) { in zfs_dnode_stat()
3586 if (dn->dn_bonustype == DMU_OT_SA) { in zfs_dnode_readlink()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1034 uint8_t dn_bonustype; /* type of data in bonus buffer */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1780 if (DNODE->dn_bonustype == DMU_OT_SA) { in zfs_open()