MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dsl_sync_task_nowait

Function dsl_sync_task_nowait

freebsd/contrib/openzfs/module/zfs/dsl_synctask.c:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void
192dsl_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
198void
199dsl_early_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg,

Callers 15

vdev_rebuild_initiateFunction · 0.85
vdev_rebuild_rangeFunction · 0.85
vdev_rebuild_threadFunction · 0.85
vdev_initialize_writeFunction · 0.85
vdev_trim_change_stateFunction · 0.85
vdev_trim_rangeFunction · 0.85
spa_livelist_condense_cbFunction · 0.85
spa_vdev_addFunction · 0.85
spa_history_log_nvlFunction · 0.85
log_internalFunction · 0.85

Calls 1

Tested by

no test coverage detected