Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h234 #define IS_SA_BONUSTYPE(a) \ macro
243 ((!IS_SA_BONUSTYPE(type) ? 0 : (((IS_SA_BONUSTYPE(type)) && \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1187 if (IS_SA_BONUSTYPE(type)) { in sa_attr_iter()
1285 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC && in sa_build_index()
1692 ASSERT(IS_SA_BONUSTYPE(bonustype) && in sa_find_idx_tab()
1693 SA_HDR_SIZE_MATCH_LAYOUT(hdr, tb) || !IS_SA_BONUSTYPE(bonustype) || in sa_find_idx_tab()
1694 (IS_SA_BONUSTYPE(bonustype) && hdr->sa_layout_info == 0)); in sa_find_idx_tab()
1987 if (error == 0 && !IS_SA_BONUSTYPE(bonustype) && sa->sa_update_cb) in sa_bulk_update_impl()