Searched refs:txg_list_create (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/ |
| HD | txg.h | 128 extern void txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset);
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dsl_pool.c | 206 txg_list_create(&dp->dp_dirty_datasets, spa, in dsl_pool_open_impl() 208 txg_list_create(&dp->dp_dirty_zilogs, spa, in dsl_pool_open_impl() 210 txg_list_create(&dp->dp_dirty_dirs, spa, in dsl_pool_open_impl() 212 txg_list_create(&dp->dp_sync_tasks, spa, in dsl_pool_open_impl() 214 txg_list_create(&dp->dp_early_sync_tasks, spa, in dsl_pool_open_impl()
|
| HD | txg.c | 854 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset) in txg_list_create() function
|
| HD | vdev.c | 720 txg_list_create(&vd->vdev_ms_list, spa, in vdev_alloc_common() 722 txg_list_create(&vd->vdev_dtl_list, spa, in vdev_alloc_common()
|
| HD | spa.c | 1639 txg_list_create(&spa->spa_vdev_txg_list, spa, in spa_activate()
|