Home
last modified time | relevance | path

Searched refs:txg_node_t (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dtxg.c746 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()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h58 } txg_node_t; typedef
63 txg_node_t *tl_head[TXG_SIZE];
H A Ddsl_synctask.h71 txg_node_t dst_node;
H A Dmetaslab_impl.h194 txg_node_t ms_txg_node; /* per-txg dirty metaslab links */
H A Dvdev_impl.h167 txg_node_t vdev_txg_node; /* per-txg dirty vdev linkage */
182 txg_node_t vdev_dtl_node; /* per-txg dirty DTL linkage */
H A Dzil_impl.h135 txg_node_t zl_dirty_link; /* protected by dp_dirty_zilogs list */
H A Ddsl_dir.h98 txg_node_t dd_dirty_link;
H A Ddsl_dataset.h168 txg_node_t ds_dirty_link;
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2210 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()