HomeSort by: relevance | last modified time | path
    Searched refs:DMU_OT_SA (Results 1 - 10 of 10) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
sa_impl.h 126 * one is keyed by number and will be consulted when a DMU_OT_SA
235 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
dmu.h 193 DMU_OT_SA, /* System attr */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 684 bonustype == DMU_OT_SA);
739 VERIFY(bonustype == DMU_OT_SA);
777 * Must be DMU_OT_SA for arbitrary layouts
780 (bonustype == DMU_OT_SA && lot->lot_num > 1));
782 if (bonustype == DMU_OT_SA) {
1267 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA,
1380 ASSERT(doi.doi_bonus_type == DMU_OT_SA ||
zfs_sa.c 300 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0);
zfs_znode.c 576 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE;
850 if (doi.doi_bonus_type != DMU_OT_SA &&
959 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE;
960 bonuslen = (obj_type == DMU_OT_SA) ?
1325 if (doi.doi_bonus_type != DMU_OT_SA &&
1462 if (doi.doi_bonus_type != DMU_OT_SA &&
2168 if ((doi.doi_bonus_type != DMU_OT_SA &&
dnode.c 565 (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 */
zfs_vfsops.c 820 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)
842 ASSERT(bonustype == DMU_OT_SA);
dmu_objset.c 1425 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) {
dmu_send.c 677 } else if (type == DMU_OT_SA) {
2014 if (bonus_type == DMU_OT_SA) {
  /src/external/cddl/osnet/dist/cmd/zhack/
zhack.c 113 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA)

Completed in 24 milliseconds