Home
last modified time | relevance | path

Searched refs:dsl_scan_setup_check (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h194 int dsl_scan_setup_check(void *, dmu_tx_t *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c354 if (dsl_scan_setup_check(&setup_sync_arg.func, tx) == 0 && in vdev_rebuild_complete_sync()
H A Ddsl_scan.c850 dsl_scan_setup_check(void *arg, dmu_tx_t *tx) in dsl_scan_setup_check() function
1052 return (dsl_sync_task(spa_name(spa), dsl_scan_setup_check, in dsl_scan()
H A Dvdev_raidz.c3854 dsl_scan_setup_check(&setup_sync_arg.func, tx) == 0) { in raidz_reflow_complete_sync()