Searched refs:lot_idx_tab (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h104 list_t lot_idx_tab; /* should be only a couple of entries */ member in struct:sa_lot
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c438 list_create(&tb->lot_idx_tab, sizeof (sa_idx_tab_t),
1128 while (tab = list_head(&layout->lot_idx_tab)) {
1315 list_remove(&idx_tab->sa_layout->lot_idx_tab, idx_tab);
1518 for (idx_tab = list_head(&tb->lot_idx_tab); idx_tab;
1519 idx_tab = list_next(&tb->lot_idx_tab, idx_tab)) {
1553 list_insert_tail(&tb->lot_idx_tab, idx_tab);

Completed in 63 milliseconds