Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c139 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
307 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_get_spill()
791 VERIFY(0 == sa_build_index(hdl, SA_BONUS)); in sa_build_layouts()
804 VERIFY(0 == sa_build_index(hdl, SA_SPILL)); in sa_build_layouts()
1270 sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype) in sa_build_index() function
1397 error = sa_build_index(handle, SA_BONUS); in sa_handle_get_from_db()