Searched refs:DMU_OT_SA (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h128 DMU_OT_SA, /* System attr */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h126 * one is keyed by number and will be consulted when a DMU_OT_SA
235 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
H A Ddmu.h193 DMU_OT_SA, /* System attr */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c680 bonustype == DMU_OT_SA);
733 VERIFY(bonustype == DMU_OT_SA);
770 * Must be DMU_OT_SA for arbitrary layouts
773 (bonustype == DMU_OT_SA && lot->lot_num > 1));
775 if (bonustype == DMU_OT_SA) {
1257 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA,
1370 ASSERT(doi.doi_bonus_type == DMU_OT_SA ||
H A Dzfs_znode.c593 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE;
793 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE;
794 bonuslen = (obj_type == DMU_OT_SA) ?
1121 if (doi.doi_bonus_type != DMU_OT_SA &&
1210 if (doi.doi_bonus_type != DMU_OT_SA &&
1903 if ((doi.doi_bonus_type != DMU_OT_SA &&
H A Dzfs_sa.c305 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0);
H A Ddnode.c559 (bonustype == DMU_OT_SA && bonuslen == 0) ||
588 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
629 (bonustype == DMU_OT_SA && bonuslen == 0));
651 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
H A Dzfs_vfsops.c577 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
599 ASSERT(bonustype == DMU_OT_SA);
H A Ddmu_objset.c1438 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) {
H A Ddmu_send.c637 } else if (type == DMU_OT_SA) {
2001 if (bonus_type == DMU_OT_SA) {
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c113 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1004 DMU_OT_SA, /* System attr */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1773 * For DMU_OT_SA we will need to locate the SIZE attribute
1777 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 111 milliseconds