Home
last modified time | relevance | path

Searched defs:sa_handle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dsa_impl.h213 struct sa_handle { struct
214 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 */
/netbsd-src/sys/dev/spi/
H A Dspivar.h92 struct spi_handle *sa_handle; member