Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h128 DMU_OT_SA, /* System attr */ enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h235 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
H A Ddmu.h225 DMU_OT_SA, /* System attr */ enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c685 bonustype == DMU_OT_SA); in sa_build_layouts()
738 VERIFY(bonustype == DMU_OT_SA); in sa_build_layouts()
778 (bonustype == DMU_OT_SA && lot->lot_num > 1)); in sa_build_layouts()
780 if (bonustype == DMU_OT_SA) { in sa_build_layouts()
1262 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA, in sa_byteswap()
1375 ASSERT(doi.doi_bonus_type == DMU_OT_SA || in sa_handle_get_from_db()
1651 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in sa_add_projid()
H A Dzfs_znode.c628 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE; in zfs_znode_sa_init()
840 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE; in zfs_mknode()
841 bonuslen = (obj_type == DMU_OT_SA) ? in zfs_mknode()
1196 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_zget()
1288 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_rezget()
2014 if ((doi.doi_bonus_type != DMU_OT_SA && in zfs_grab_sa_handle()
H A Dzfs_sa.c315 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in zfs_sa_upgrade()
H A Ddnode.c600 (bonustype == DMU_OT_SA && bonuslen == 0) || in dnode_allocate()
632 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_allocate()
677 (bonustype == DMU_OT_SA && bonuslen == 0)); in dnode_reallocate()
704 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_reallocate()
H A Ddmu_send.c814 } else if (type == DMU_OT_SA) { in do_dump()
H A Dzfs_vfsops.c595 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in zfs_space_delta_cb()
H A Ddmu_objset.c2195 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
H A Ddmu_recv.c1060 if (bonus_type == DMU_OT_SA) { in deduce_nblkptr()
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c112 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in space_delta_cb()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1174 DMU_OT_SA, /* System attr */ enumerator
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1780 if (DNODE->dn_bonustype == DMU_OT_SA) { in zfs_open()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c3530 if (dn->dn_bonustype != DMU_OT_SA) { in zfs_dnode_stat()
3586 if (dn->dn_bonustype == DMU_OT_SA) { in zfs_dnode_readlink()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2976 if (doi.doi_bonus_type != DMU_OT_SA && in dump_path_impl()