Searched refs:txg_list_empty (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | txg.h | 122 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | txg.c | 807 ASSERT(txg_list_empty(tl, t)); 813 txg_list_empty(txg_list_t *tl, uint64_t txg) function 830 if (!txg_list_empty(tl, i)) {
|
| D | dsl_pool.c | 701 if (!txg_list_empty(&dp->dp_early_sync_tasks, txg)) { in dsl_pool_sync() 818 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
|
| D | spa.c | 8576 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, 8578 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); 8579 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg)); 8580 ASSERT(txg_list_empty(&dp->dp_early_sync_tasks, 8708 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); 8709 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); 8710 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg));
|
| D | vdev.c | 3241 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done() 3273 ASSERT(txg_list_empty(&vd->vdev_ms_list, txg)); in vdev_sync() 3274 ASSERT(txg_list_empty(&vd->vdev_dtl_list, txg)); in vdev_sync()
|