Home
last modified time | relevance | path

Searched refs:DMU_OT_SA (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h128 DMU_OT_SA, /* System attr */ enumerator
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h235 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
H A Ddmu.h189 DMU_OT_SA, /* System attr */ enumerator
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c681 bonustype == DMU_OT_SA); in sa_build_layouts()
734 VERIFY(bonustype == DMU_OT_SA); in sa_build_layouts()
774 (bonustype == DMU_OT_SA && lot->lot_num > 1)); in sa_build_layouts()
776 if (bonustype == DMU_OT_SA) { in sa_build_layouts()
1258 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA, in sa_byteswap()
1371 ASSERT(doi.doi_bonus_type == DMU_OT_SA || in sa_handle_get_from_db()
H A Dzfs_znode.c595 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE; in zfs_znode_sa_init()
796 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE; in zfs_mknode()
797 bonuslen = (obj_type == DMU_OT_SA) ? in zfs_mknode()
1124 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_zget()
1215 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_rezget()
1912 if ((doi.doi_bonus_type != DMU_OT_SA && in zfs_grab_sa_handle()
H A Dzfs_sa.c305 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in zfs_sa_upgrade()
H A Ddnode.c561 (bonustype == DMU_OT_SA && bonuslen == 0) || in dnode_allocate()
590 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_allocate()
631 (bonustype == DMU_OT_SA && bonuslen == 0)); in dnode_reallocate()
653 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_reallocate()
H A Dzfs_vfsops.c602 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in zfs_space_delta_cb()
624 ASSERT(bonustype == DMU_OT_SA); in zfs_space_delta_cb()
H A Ddmu_send.c599 } else if (type == DMU_OT_SA) { in do_dump()
1861 if (bonus_type == DMU_OT_SA) { in deduce_nblkptr()
H A Ddmu_objset.c1378 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
/titanic_41/usr/src/uts/common/fs/getgen/
H A Dgetgen.c93 if ((doi.doi_bonus_type != DMU_OT_SA && in gg_ioc_get_gen()
/titanic_41/usr/src/cmd/zhack/
H A Dzhack.c113 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in space_delta_cb()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1772 if (DNODE->dn_bonustype == DMU_OT_SA) { in zfs_open()