Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h37 extern int zfs_scan_suspend_progress;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg89 SCAN_SUSPEND_PROGRESS scan_suspend_progress zfs_scan_suspend_progress
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c195 int zfs_scan_suspend_progress = 0; /* set to prevent scans from progressing */ variable
4377 if (zfs_scan_suspend_progress) { in dsl_errorscrub_sync()
4381 while (zfs_scan_suspend_progress && in dsl_errorscrub_sync()
4621 if (zfs_scan_suspend_progress) { in dsl_scan_sync()
4627 while (zfs_scan_suspend_progress && in dsl_scan_sync()
H A Dvdev_rebuild.c646 while (zfs_scan_suspend_progress && in vdev_rebuild_ranges()