Searched refs:txg_list_empty (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | txg.h | 123 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 793 ASSERT(txg_list_empty(tl, t)); in txg_list_destroy() 799 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty() function 816 if (!txg_list_empty(tl, i)) { in txg_all_lists_empty()
|
H A D | dsl_pool.c | 617 if (!txg_list_empty(&dp->dp_early_sync_tasks, txg)) { in dsl_pool_sync() 756 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
|
H A D | spa.c | 8484 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); 8485 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); 8486 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg)); 8487 ASSERT(txg_list_empty(&dp->dp_early_sync_tasks, txg)); 8720 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); 8721 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); 8722 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg));
|
H A D | vdev.c | 3182 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done() 3214 ASSERT(txg_list_empty(&vd->vdev_ms_list, txg)); in vdev_sync() 3215 ASSERT(txg_list_empty(&vd->vdev_dtl_list, txg)); in vdev_sync()
|