Searched defs:sa_build_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c132 static int sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype);
308 VERIFY(0 == sa_build_index(hdl, SA_SPILL));
786 VERIFY(0 == sa_build_index(hdl, SA_BONUS));
799 VERIFY(0 == sa_build_index(hdl, SA_SPILL));
1265 sa_build_index(sa_handle_t *hdl, sa_buf_type_t buftype) function
1392 error = sa_build_index(handle, SA_BONUS);

Completed in 62 milliseconds