Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h112 extern void txg_list_create(txg_list_t *tl, size_t offset);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c159 txg_list_create(&dp->dp_dirty_datasets, in dsl_pool_open_impl()
161 txg_list_create(&dp->dp_dirty_zilogs, in dsl_pool_open_impl()
163 txg_list_create(&dp->dp_dirty_dirs, in dsl_pool_open_impl()
165 txg_list_create(&dp->dp_sync_tasks, in dsl_pool_open_impl()
H A Dtxg.c691 txg_list_create(txg_list_t *tl, size_t offset) in txg_list_create() function
H A Dvdev.c353 txg_list_create(&vd->vdev_ms_list, in vdev_alloc_common()
355 txg_list_create(&vd->vdev_dtl_list, in vdev_alloc_common()
H A Dspa.c1095 txg_list_create(&spa->spa_vdev_txg_list, in spa_activate()