Searched refs:txg_node_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h99 txg_node_t dst_node;
H A Dtxg.h58 } txg_node_t; typedef in typeref:struct:txg_node
64 txg_node_t *tl_head[TXG_SIZE];
H A Dzil_impl.h209 txg_node_t zl_dirty_link; /* protected by dp_dirty_zilogs list */
H A Dmetaslab_impl.h489 txg_node_t ms_txg_node; /* per-txg dirty metaslab links */
H A Dvdev_impl.h262 txg_node_t vdev_txg_node; /* per-txg dirty vdev linkage */
341 txg_node_t vdev_dtl_node; /* per-txg dirty DTL linkage */
H A Ddsl_dir.h99 txg_node_t dd_dirty_link;
H A Ddsl_dataset.h195 txg_node_t ds_dirty_link;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c845 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
870 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
877 txg_node_t **tp;
898 txg_node_t *tn;
923 txg_node_t *tn, **tp;
947 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
960 txg_node_t *t
[all...]

Completed in 213 milliseconds