Searched refs:dn_bonustype (Results 1 – 14 of 14) sorted by relevance
54 __field(uint8_t, dn_bonustype)76 __entry->dn_bonustype = dn->dn_bonustype;100 __entry->dn_bonustype, __entry->dn_nblkptr, __entry->dn_checksum,
491 ASSERT(DMU_OT_IS_VALID(dnp->dn_bonustype)); in dnode_byteswap()492 byteswap = DMU_OT_BYTESWAP(dnp->dn_bonustype); in dnode_byteswap()551 dn->dn_bonustype = newtype; in dnode_setbonus_type()552 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_setbonus_type()621 dn->dn_bonustype = dnp->dn_bonustype; in dnode_create()793 dn->dn_bonustype = bonustype; in dnode_allocate()807 dn->dn_next_bonustype[tx->tx_txg & TXG_MASK] = dn->dn_bonustype; in dnode_allocate()860 if (dn->dn_bonustype != bonustype) in dnode_reallocate()876 dn->dn_bonustype = bonustype; in dnode_reallocate()912 ndn->dn_bonustype = odn->dn_bonustype; in dnode_move_impl()
698 dnp->dn_bonustype = dn->dn_bonustype; in dnode_sync()743 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
322 type = DB_DNODE(db)->dn_bonustype; in dmu_get_bonustype()2500 zp->zp_type = (wp & WP_SPILL) ? dn->dn_bonustype : type; in dmu_write_policy()2772 doi->doi_bonus_type = dn->dn_bonustype; in __dmu_object_info_from_dnode()
2228 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()2252 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids()
1564 !DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)))) in dbuf_read_verify_dnode_crypt()4558 if (DMU_OT_IS_ENCRYPTED(dn->dn_bonustype)) in dbuf_sync_leaf_verify_bonus_dnode()4930 BP_GET_TYPE(bp) == dn->dn_bonustype) || in dbuf_write_ready()
746 drro->drr_bonustype = dnp->dn_bonustype; in dump_dnode()
218 uint8_t dn_bonustype; /* type of data in bonus buffer */ member302 uint8_t dn_bonustype; /* bonus type */ member
69 dnode->dn_bonustype = bonustype; in dnode_init()
369 assert(dnode->dn_bonustype == DMU_OT_SA); in fs_populate_sattrs()
818 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()1456 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()1525 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
901 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_copy_dnode_bonus()1657 DMU_OT_IS_ENCRYPTED(sdnp[i].dn_bonustype) && in zio_crypt_init_uios_dnode()1741 DMU_OT_IS_ENCRYPTED(dnp->dn_bonustype) && in zio_crypt_init_uios_dnode()
3572 dir.dn_bonustype != DMU_OT_PACKED_NVLIST_SIZE) { in load_nvlist()3668 if (dn->dn_bonustype != DMU_OT_SA) { in zfs_dnode_stat()3724 if (dn->dn_bonustype == DMU_OT_SA) { in zfs_dnode_readlink()
1076 uint8_t dn_bonustype; /* type of data in bonus buffer */ member