Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_004_pos.ksh49 log_must set_tunable32 zfs_scan_suspend_progress 0
62 log_must set_tunable32 zfs_scan_suspend_progress 1
75 log_must set_tunable32 zfs_scan_suspend_progress 0
H A Dzpool_scrub_003_pos.ksh50 log_must set_tunable32 zfs_scan_suspend_progress 0
57 log_must set_tunable32 zfs_scan_suspend_progress 1
H A Dzpool_scrub_002_pos.ksh53 log_must set_tunable32 zfs_scan_suspend_progress 0
66 log_must set_tunable32 zfs_scan_suspend_progress 1
H A Dcleanup.ksh33 log_must set_tunable32 zfs_scan_suspend_progress 0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/resilver/
H A Dresilver_restart_001.ksh51 log_must set_tunable32 zfs_scan_suspend_progress \
95 ORIG_SCAN_SUSPEND_PROGRESS=$(get_tunable zfs_scan_suspend_progress)
152 log_must set_tunable32 zfs_scan_suspend_progress 1
176 log_must set_tunable32 zfs_scan_suspend_progress 0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_restart.ksh48 log_must set_tunable32 zfs_scan_suspend_progress 0
70 log_must set_tunable32 zfs_scan_suspend_progress 1
81 log_must set_tunable32 zfs_scan_suspend_progress 0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_replaced.ksh61 log_must set_tunable32 zfs_scan_suspend_progress 0
88 log_must set_tunable32 zfs_scan_suspend_progress 1
97 log_must set_tunable32 zfs_scan_suspend_progress 0
H A Dimport_rewind_device_replaced.ksh66 log_must set_tunable32 zfs_scan_suspend_progress 0
104 log_must set_tunable32 zfs_scan_suspend_progress 1
110 log_must set_tunable32 zfs_scan_suspend_progress 0
H A Dcleanup.ksh37 log_must set_tunable32 zfs_scan_suspend_progress 0
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c187 int zfs_scan_suspend_progress = 0; /* set to prevent scans from progressing */ variable
3482 if (zfs_scan_suspend_progress) { in dsl_scan_sync()
3487 while (zfs_scan_suspend_progress && in dsl_scan_sync()