Home
last modified time | relevance | path

Searched refs:IS_SA_BONUSTYPE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h232 #define IS_SA_BONUSTYPE(a) \ macro
241 ((!IS_SA_BONUSTYPE(type) ? 0 : (((IS_SA_BONUSTYPE(type)) && \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c1191 if (IS_SA_BONUSTYPE(type)) { in sa_attr_iter()
1289 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC && in sa_build_index()
1716 ASSERT((IS_SA_BONUSTYPE(bonustype) && in sa_find_idx_tab()
1717 SA_HDR_SIZE_MATCH_LAYOUT(hdr, tb)) || !IS_SA_BONUSTYPE(bonustype) || in sa_find_idx_tab()
1718 (IS_SA_BONUSTYPE(bonustype) && hdr->sa_layout_info == 0)); in sa_find_idx_tab()
2013 if (error == 0 && !IS_SA_BONUSTYPE(bonustype) && sa->sa_update_cb) in sa_bulk_update_impl()