Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa_impl.h115 } sa_idx_tab_t; typedef
218 sa_idx_tab_t *sa_bonus_tab; /* idx of bonus */
219 sa_idx_tab_t *sa_spill_tab; /* only present if spill activated */
278 int sa_attr_size(sa_os_t *, sa_idx_tab_t *, sa_attr_type_t,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c438 list_create(&tb->lot_idx_tab, sizeof (sa_idx_tab_t), in sa_add_layout_entry()
439 offsetof(sa_idx_tab_t, sa_next)); in sa_add_layout_entry()
1136 sa_idx_tab_t *tab; in sa_tear_down()
1162 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab()
1280 sa_idx_tab_t *idx_tab; in sa_build_index()
1323 sa_idx_tab_t *idx_tab = arg; in sa_idx_tab_rele()
1338 kmem_free(idx_tab, sizeof (sa_idx_tab_t)); in sa_idx_tab_rele()
1344 sa_idx_tab_hold(objset_t *os, sa_idx_tab_t *idx_tab) in sa_idx_tab_hold()
1693 static sa_idx_tab_t *
1696 sa_idx_tab_t *idx_tab; in sa_find_idx_tab()
[all …]