Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dnode.h54 __field(uint8_t, dn_bonustype)
76 __entry->dn_bonustype = dn->dn_bonustype;
100 __entry->dn_bonustype, __entry->dn_nblkptr, __entry->dn_checksum,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c491 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()
H A Ddnode_sync.c698 dnp->dn_bonustype = dn->dn_bonustype; in dnode_sync()
743 dnp->dn_bonustype = dn->dn_next_bonustype[txgoff]; in dnode_sync()
H A Ddmu.c322 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()
H A Ddmu_objset.c2228 } 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()
H A Ddbuf.c1564 !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()
H A Ddmu_send.c746 drro->drr_bonustype = dnp->dn_bonustype; in dump_dnode()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h218 uint8_t dn_bonustype; /* type of data in bonus buffer */ member
302 uint8_t dn_bonustype; /* bonus type */ member
/freebsd/usr.sbin/makefs/zfs/
H A Dobjset.c69 dnode->dn_bonustype = bonustype; in dnode_init()
H A Dfs.c369 assert(dnode->dn_bonustype == DMU_OT_SA); in fs_populate_sattrs()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c818 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()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c901 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()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3572 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()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1076 uint8_t dn_bonustype; /* type of data in bonus buffer */ member