Searched refs:DMU_OT_SA (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | sa_impl.h | 233 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
|
| H A D | dmu.h | 222 DMU_OT_SA, /* System attr */ enumerator
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | sa.c | 698 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 D | zfs_quota.c | 48 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in zpl_get_file_info()
|
| H A D | zfs_sa.c | 405 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in zfs_sa_upgrade()
|
| H A D | dnode.c | 604 (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 D | dmu_send.c | 928 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 D | dmu_objset.c | 2186 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
|
| H A D | dmu_recv.c | 1280 if (bonus_type == DMU_OT_SA) { in deduce_nblkptr()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 358 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 D | zfs_znode.c | 346 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 D | zhack.c | 112 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in space_delta_cb()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4525 if (doi.doi_bonus_type != DMU_OT_SA && in dump_path_impl()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 629 <enumerator name='DMU_OT_SA' value='44'/>
|