Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c831 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add()
856 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_add_tail()
863 txg_node_t **tp; in txg_list_add_tail()
884 txg_node_t *tn; in txg_list_remove()
909 txg_node_t *tn, **tp; in txg_list_remove_this()
933 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_member()
946 txg_node_t *tn = tl->tl_head[t]; in txg_list_head()
956 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); in txg_list_next()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h58 } txg_node_t; typedef
64 txg_node_t *tl_head[TXG_SIZE];
H A Ddsl_synctask.h99 txg_node_t dst_node;
H A Dzil_impl.h209 txg_node_t zl_dirty_link; /* protected by dp_dirty_zilogs list */
H A Dvdev_impl.h250 txg_node_t vdev_txg_node; /* per-txg dirty vdev linkage */
358 txg_node_t vdev_dtl_node; /* per-txg dirty DTL linkage */
H A Dmetaslab_impl.h518 txg_node_t ms_txg_node; /* per-txg dirty metaslab links */
H A Ddsl_dir.h102 txg_node_t dd_dirty_link;
H A Ddsl_dataset.h206 txg_node_t ds_dirty_link;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2988 lwd->lw_obj = mdb_alloc(lwd->lw_offset + sizeof (txg_node_t), in txg_list_walk_init_common()
3034 txg_node_t *node; in txg_list_walk_step()
3048 lwd->lw_offset + sizeof (txg_node_t), addr) == -1) { in txg_list_walk_step()
3054 node = (txg_node_t *)((uintptr_t)lwd->lw_obj + lwd->lw_offset); in txg_list_walk_step()