Searched refs:txg_list_empty (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | txg.h | 114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | txg.c | 717 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()
|
| D | spa.c | 7020 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()
|
| D | dsl_pool.c | 675 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
|
| D | vdev.c | 2437 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done()
|