Home
last modified time | relevance | path

Searched refs:txg_list_t (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDtxg.h65 } txg_list_t; typedef
115 extern void txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset);
116 extern void txg_list_destroy(txg_list_t *tl);
117 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
118 extern boolean_t txg_all_lists_empty(txg_list_t *tl);
119 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg);
120 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg);
121 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg);
122 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
123 extern boolean_t txg_list_member(txg_list_t *tl, void *p, uint64_t txg);
[all …]
HDdsl_pool.h123 txg_list_t dp_dirty_datasets;
124 txg_list_t dp_dirty_zilogs;
125 txg_list_t dp_dirty_dirs;
126 txg_list_t dp_sync_tasks;
127 txg_list_t dp_early_sync_tasks;
HDvdev_impl.h251 txg_list_t vdev_ms_list; /* per-txg dirty metaslab lists */
252 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */
HDspa_impl.h232 txg_list_t spa_vdev_txg_list; /* per-txg dirty vdev list */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDtxg.c744 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset) in txg_list_create()
758 txg_list_destroy(txg_list_t *tl) in txg_list_destroy()
769 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty()
783 txg_all_lists_empty(txg_list_t *tl) in txg_all_lists_empty()
798 txg_list_add(txg_list_t *tl, void *p, uint64_t txg) in txg_list_add()
823 txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg) in txg_list_add_tail()
851 txg_list_remove(txg_list_t *tl, uint64_t txg) in txg_list_remove()
876 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg) in txg_list_remove_this()
900 txg_list_member(txg_list_t *tl, void *p, uint64_t txg) in txg_list_member()
913 txg_list_head(txg_list_t *tl, uint64_t txg) in txg_list_head()
[all …]
HDdsl_synctask.c82 txg_list_t *task_list = (early) ? in dsl_sync_task_common()
170 txg_list_t *task_list = (early) ? in dsl_sync_task_nowait_common()
HDdsl_pool.c663 txg_list_t *tl = &vd->vdev_ms_list; in dsl_early_sync_task_verify()