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.c1182 if (IS_SA_BONUSTYPE(type)) {
1280 if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC &&
1510 ASSERT(IS_SA_BONUSTYPE(bonustype) &&
1511 SA_HDR_SIZE_MATCH_LAYOUT(hdr, tb) || !IS_SA_BONUSTYPE(bonustype) ||
1512 (IS_SA_BONUSTYPE(bonustype) && hdr->sa_layout_info == 0));
1805 if (error == 0 && !IS_SA_BONUSTYPE(bonustype) && sa->sa_update_cb)

Completed in 47 milliseconds