Searched refs:txg_list_create (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | txg.h | 128 extern void txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_pool.c | 199 txg_list_create(&dp->dp_dirty_datasets, spa, in dsl_pool_open_impl() 201 txg_list_create(&dp->dp_dirty_zilogs, spa, in dsl_pool_open_impl() 203 txg_list_create(&dp->dp_dirty_dirs, spa, in dsl_pool_open_impl() 205 txg_list_create(&dp->dp_sync_tasks, spa, in dsl_pool_open_impl() 207 txg_list_create(&dp->dp_early_sync_tasks, spa, in dsl_pool_open_impl()
|
| H A D | txg.c | 824 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset) in txg_list_create() function
|
| H A D | vdev.c | 625 txg_list_create(&vd->vdev_ms_list, spa, in vdev_alloc_common() 627 txg_list_create(&vd->vdev_dtl_list, spa, in vdev_alloc_common()
|
| H A D | spa.c | 1249 txg_list_create(&spa->spa_vdev_txg_list, spa, in spa_activate()
|