Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dsa_impl.h219 sa_idx_tab_t *sa_spill_tab; /* only present if spill activated */ member
230 (type == SA_BONUS ? hdl->sa_bonus_tab : hdl->sa_spill_tab)
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dsa.c214 hdl->sa_spill_tab = NULL; in sa_cache_constructor()
357 hdl->sa_spill_tab->sa_idx_tab[bulk[i].sa_attr])) { in sa_attr_op()
358 SA_ATTR_INFO(sa, hdl->sa_spill_tab, in sa_attr_op()
797 sa_idx_tab_rele(hdl->sa_os, hdl->sa_spill_tab); in sa_build_layouts()
804 hdl->sa_spill_tab = NULL; in sa_build_layouts()
1300 hdl->sa_spill_tab = idx_tab; in sa_build_index()
1357 if (hdl->sa_spill_tab) { in sa_handle_destroy()
1358 sa_idx_tab_rele(hdl->sa_os, hdl->sa_spill_tab); in sa_handle_destroy()
1359 hdl->sa_spill_tab = NULL; in sa_handle_destroy()
1688 hdl->sa_spill_tab->sa_layout->lot_attr_count; in sa_modify_attrs()