Searched refs:dsl_scan_sync (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h169 void dsl_scan_sync(struct dsl_pool *, dmu_tx_t *);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c84 * dsl_scan_sync() every spa_sync(). If we have either fully scanned all
87 * scan_io_queues_run() is called from dsl_scan_sync() instead. This implies
2142 * dsl_scan_sync() should be called after this, and should sync
2566 * outside dsl_scan_sync(). For the most part this is ok
2568 * However, dsl_scan_sync() expects that no new sio's will
3097 * called from dsl_scan_sync (or in general, syncing context).
3499 dsl_scan_sync(dsl_pool_t *dp, dmu_tx_t *tx) function
H A Dspa.c9047 dsl_scan_sync(dp, tx);

Completed in 141 milliseconds