Home
last modified time | relevance | path

Searched refs:txg_list_create (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_pool.c298 txg_list_create(&dp->dp_dirty_datasets, spa, in dsl_pool_open_impl()
300 txg_list_create(&dp->dp_dirty_zilogs, spa, in dsl_pool_open_impl()
302 txg_list_create(&dp->dp_dirty_dirs, spa, in dsl_pool_open_impl()
304 txg_list_create(&dp->dp_sync_tasks, spa, in dsl_pool_open_impl()
306 txg_list_create(&dp->dp_early_sync_tasks, spa, in dsl_pool_open_impl()
Dtxg.c788 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset) function
Dvdev.c642 txg_list_create(&vd->vdev_ms_list, spa, in vdev_alloc_common()
644 txg_list_create(&vd->vdev_dtl_list, spa, in vdev_alloc_common()
Dspa.c1317 txg_list_create(&spa->spa_vdev_txg_list, spa, in spa_activate()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dtxg.h120 extern void txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset);