Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h233 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
H A Ddmu.h222 DMU_OT_SA, /* System attr */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c698 bonustype == DMU_OT_SA); in sa_build_layouts()
742 VERIFY(bonustype == DMU_OT_SA); in sa_build_layouts()
780 (bonustype == DMU_OT_SA && lot->lot_num > 1)); in sa_build_layouts()
782 if (bonustype == DMU_OT_SA) { in sa_build_layouts()
1266 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA, in sa_byteswap()
1398 ASSERT(doi.doi_bonus_type == DMU_OT_SA || in sa_handle_get_from_db()
1675 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in sa_add_projid()
H A Dzfs_quota.c48 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in zpl_get_file_info()
H A Dzfs_sa.c405 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in zfs_sa_upgrade()
H A Ddnode.c604 (bonustype == DMU_OT_SA && bonuslen == 0) || in dnode_allocate()
635 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_allocate()
678 (bonustype == DMU_OT_SA && bonuslen == 0)); in dnode_reallocate()
706 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_reallocate()
H A Ddmu_send.c928 if (BP_GET_TYPE(bp) == DMU_OT_SA) { in do_dump()
1162 ASSERT3U(BP_GET_TYPE(bp), ==, DMU_OT_SA); in send_cb()
1705 ASSERT3U(BP_GET_TYPE(bp), ==, DMU_OT_SA); in enqueue_range()
H A Ddmu_objset.c2186 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
H A Ddmu_recv.c1280 if (bonus_type == DMU_OT_SA) { in deduce_nblkptr()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c358 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE; in zfs_znode_sa_init()
588 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE; in zfs_mknode()
589 bonuslen = (obj_type == DMU_OT_SA) ? in zfs_mknode()
936 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_zget()
1090 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_rezget()
1781 if ((doi.doi_bonus_type != DMU_OT_SA && in zfs_grab_sa_handle()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c346 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE; in zfs_znode_sa_init()
701 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE; in zfs_mknode()
703 bonuslen = (obj_type == DMU_OT_SA) ? in zfs_mknode()
1075 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_zget()
1212 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_rezget()
1996 if ((doi.doi_bonus_type != DMU_OT_SA && in zfs_grab_sa_handle()
/f-stack/freebsd/contrib/openzfs/cmd/zhack/
H A Dzhack.c112 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in space_delta_cb()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4525 if (doi.doi_bonus_type != DMU_OT_SA && in dump_path_impl()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi629 <enumerator name='DMU_OT_SA' value='44'/>