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.h187 int dsl_scan_setup_check(void *, dmu_tx_t *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c349 if (dsl_scan_setup_check(&func, tx) == 0 && in vdev_rebuild_complete_sync()
H A Ddsl_scan.c836 dsl_scan_setup_check(void *arg, dmu_tx_t *tx) in dsl_scan_setup_check() function
1022 return (dsl_sync_task(spa_name(spa), dsl_scan_setup_check, in dsl_scan()
H A Dvdev_raidz.c3781 if (zfs_scrub_after_expand && dsl_scan_setup_check(&func, tx) == 0) in raidz_reflow_complete_sync()