Searched refs:txg_node_t (Results 1 – 9 of 9) sorted by relevance
746 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()770 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()776 txg_node_t **tp; in txg_list_add_tail()797 txg_node_t *tn; in txg_list_remove()819 txg_node_t *tn, **tp; in txg_list_remove_this()842 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()854 txg_node_t *tn = tl->tl_head[t]; in txg_list_head()863 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
58 } txg_node_t; typedef63 txg_node_t *tl_head[TXG_SIZE];
71 txg_node_t dst_node;
194 txg_node_t ms_txg_node; /* per-txg dirty metaslab links */
167 txg_node_t vdev_txg_node; /* per-txg dirty vdev linkage */182 txg_node_t vdev_dtl_node; /* per-txg dirty DTL linkage */
135 txg_node_t zl_dirty_link; /* protected by dp_dirty_zilogs list */
98 txg_node_t dd_dirty_link;
168 txg_node_t ds_dirty_link;
2210 lwd->lw_obj = mdb_alloc(lwd->lw_offset + sizeof (txg_node_t), in txg_list_walk_init_common()2256 txg_node_t *node; in txg_list_walk_step()2270 lwd->lw_offset + sizeof (txg_node_t), addr) == -1) { in txg_list_walk_step()2276 node = (txg_node_t *)((uintptr_t)lwd->lw_obj + lwd->lw_offset); in txg_list_walk_step()