Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_synctask.c83 &dp->dp_early_sync_tasks : &dp->dp_sync_tasks; in dsl_sync_task_common()
171 &dp->dp_early_sync_tasks : &dp->dp_sync_tasks; in dsl_sync_task_nowait_common()
HDdsl_pool.c302 txg_list_create(&dp->dp_early_sync_tasks, spa, in dsl_pool_open_impl()
480 txg_list_destroy(&dp->dp_early_sync_tasks); in dsl_pool_close()
696 if (!txg_list_empty(&dp->dp_early_sync_tasks, txg)) { in dsl_pool_sync()
701 txg_list_remove(&dp->dp_early_sync_tasks, txg)) != NULL) { in dsl_pool_sync()
HDspa_misc.c2212 !txg_all_lists_empty(&spa->spa_dsl_pool->dp_early_sync_tasks)); in spa_has_pending_synctask()
HDspa.c8129 ASSERT(txg_list_empty(&dp->dp_early_sync_tasks,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdsl_pool.h127 txg_list_t dp_early_sync_tasks; member