HomeSort by: relevance | last modified time | path
    Searched refs:sa_spill_tab (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
sa_impl.h 221 sa_idx_tab_t *sa_spill_tab; /* only present if spill activated */ member in struct:sa_handle
232 (type == SA_BONUS ? hdl->sa_bonus_tab : hdl->sa_spill_tab)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 354 hdl->sa_spill_tab->sa_idx_tab[bulk[i].sa_attr])) {
355 SA_ATTR_INFO(sa, hdl->sa_spill_tab,
795 sa_idx_tab_rele(hdl->sa_os, hdl->sa_spill_tab);
802 hdl->sa_spill_tab = NULL;
1301 hdl->sa_spill_tab = idx_tab;
1358 if (hdl->sa_spill_tab)
1359 sa_idx_tab_rele(hdl->sa_os, hdl->sa_spill_tab);
1400 handle->sa_spill_tab = NULL;
1697 hdl->sa_spill_tab->sa_layout->lot_attr_count;

Completed in 18 milliseconds