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/ |
| HD | txg.h | 65 } 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 …]
|
| HD | dsl_pool.h | 123 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;
|
| HD | vdev_impl.h | 251 txg_list_t vdev_ms_list; /* per-txg dirty metaslab lists */ 252 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */
|
| HD | spa_impl.h | 232 txg_list_t spa_vdev_txg_list; /* per-txg dirty vdev list */
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | txg.c | 744 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 …]
|
| HD | dsl_synctask.c | 82 txg_list_t *task_list = (early) ? in dsl_sync_task_common() 170 txg_list_t *task_list = (early) ? in dsl_sync_task_nowait_common()
|
| HD | dsl_pool.c | 663 txg_list_t *tl = &vd->vdev_ms_list; in dsl_early_sync_task_verify()
|