Searched refs:sa_idx_tab (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h109 typedef struct sa_idx_tab { struct
114 uint32_t *sa_idx_tab; /* array of offsets */ member in struct:sa_idx_tab
250 hdr->sa_lengths[TOC_LEN_IDX(idx->sa_idx_tab[attr])] : \
264 (void *)((uintptr_t)TOC_OFF(idx->sa_idx_tab[attr]) + \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c341 hdl->sa_bonus_tab->sa_idx_tab[bulk[i].sa_attr])) {
353 hdl->sa_spill_tab->sa_idx_tab[bulk[i].sa_attr])) {
1159 TOC_ATTR_ENCODE(idx_tab->sa_idx_tab[attr], length_idx,
1321 kmem_free(idx_tab->sa_idx_tab,
1541 idx_tab->sa_idx_tab =
1756 (TOC_OFF(idx_tab->sa_idx_tab[attr]) +
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2936 if (GETMEMB(addr, "sa_idx_tab", sa_idx_tab, idx_table)) {
2937 mdb_printf("can't find offset table in sa_idx_tab\n");

Completed in 58 milliseconds