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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/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.h192 DMU_OT_SA, /* System attr */ enumerator in enum:dmu_object_type
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c680 bonustype == DMU_OT_SA);
735 VERIFY(bonustype == DMU_OT_SA);
773 * Must be DMU_OT_SA for arbitrary layouts
776 (bonustype == DMU_OT_SA && lot->lot_num > 1));
778 if (bonustype == DMU_OT_SA) {
1260 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA,
1373 ASSERT(doi.doi_bonus_type == DMU_OT_SA ||
H A Dzfs_sa.c300 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0);
H A Dzfs_znode.c563 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE;
792 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE;
793 bonuslen = (obj_type == DMU_OT_SA) ?
1135 if (doi.doi_bonus_type != DMU_OT_SA &&
1270 if (doi.doi_bonus_type != DMU_OT_SA &&
1958 if ((doi.doi_bonus_type != DMU_OT_SA &&
H A Ddnode.c565 (bonustype == DMU_OT_SA && bonuslen == 0) ||
594 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
635 (bonustype == DMU_OT_SA && bonuslen == 0));
657 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */
H A Dzfs_vfsops.c571 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
593 ASSERT(bonustype == DMU_OT_SA);
H A Ddmu_objset.c1423 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) {
H A Ddmu_send.c643 } else if (type == DMU_OT_SA) {
1972 if (bonus_type == DMU_OT_SA) {
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c113 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h956 DMU_OT_SA, /* System attr */ enumerator in enum:dmu_object_type
/freebsd-10-stable/sys/boot/zfs/
H A Dzfsimpl.c2029 if (dn->dn_bonustype != DMU_OT_SA) {

Completed in 269 milliseconds