Searched defs:sa_handle (Results 1 – 2 of 2) sorted by relevance
213 struct sa_handle { struct214 dmu_buf_user_t sa_dbu;215 kmutex_t sa_lock;216 dmu_buf_t *sa_bonus;217 dmu_buf_t *sa_spill;218 objset_t *sa_os;219 void *sa_userp;220 sa_idx_tab_t *sa_bonus_tab; /* idx of bonus */221 sa_idx_tab_t *sa_spill_tab; /* only present if spill activated */
92 struct spi_handle *sa_handle; member