| 189 | } |
| 190 | |
| 191 | void |
| 192 | dsl_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, |
| 193 | dmu_tx_t *tx) |
| 194 | { |
| 195 | dsl_sync_task_nowait_common(dp, syncfunc, arg, tx, B_FALSE); |
| 196 | } |
| 197 | |
| 198 | void |
| 199 | dsl_early_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, |
no test coverage detected