Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dtxg.h114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dtxg.c717 ASSERT(txg_list_empty(tl, t)); in txg_list_destroy()
723 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty() function
739 if (!txg_list_empty(tl, i)) { in txg_all_lists_empty()
Dspa.c7020 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, in spa_sync()
7022 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); in spa_sync()
7023 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg)); in spa_sync()
7142 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); in spa_sync()
7143 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); in spa_sync()
7144 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg)); in spa_sync()
Ddsl_pool.c675 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
Dvdev.c2437 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done()