Home
last modified time | relevance | path

Searched refs:spa_suspended (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c547 boolean_t suspended = spa_suspended(spa); in mmp_thread()
585 suspended = spa_suspended(spa); in mmp_thread()
H A Dspa_misc.c665 if (spa_suspended(spa)) in spa_deadman()
1952 spa_suspended(spa_t *spa) in spa_suspended() function
1954 return (spa->spa_suspended != ZIO_SUSPEND_NONE); in spa_suspended()
2899 if (spa_suspended(spa)) in spa_state_to_name()
3065 EXPORT_SYMBOL(spa_suspended);
H A Ddmu_tx.c1022 if (spa_suspended(spa)) { in dmu_tx_try_assign()
1262 } else if (spa_suspended(spa) || tx->tx_lasttried_txg == 0) { in dmu_tx_wait()
H A Dzio.c2289 if (!zfs_deadman_enabled || spa_suspended(spa)) in zio_deadman()
2614 spa->spa_suspended = reason; in zio_suspend()
2637 if (spa->spa_suspended != ZIO_SUSPEND_NONE) in zio_resume()
2641 spa->spa_suspended = ZIO_SUSPEND_NONE; in zio_resume()
2658 while (spa_suspended(spa)) in zio_resume_wait()
H A Dspa.c807 if (!error && spa_suspended(spa)) { in spa_prop_validate()
3812 ASSERT(spa_multihost(spa) && spa_suspended(spa)); in spa_mmp_remote_host_activity()
6165 if (spa_suspended(spa)) {
6171 spa->spa_suspended);
9022 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
10304 !spa_writeable(spa) || spa_suspended(spa))
H A Dzfs_ioctl.c6037 if (spa_multihost(spa) && spa_suspended(spa) && in zfs_ioc_clear()
6059 (void) spa_vdev_state_exit(spa, spa_suspended(spa) ? in zfs_ioc_clear()
7745 if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa)) in pool_status_check()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h402 zio_suspend_reason_t spa_suspended; /* pool is suspended */ member
H A Dspa.h1080 extern boolean_t spa_suspended(spa_t *spa);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c290 if (spa_suspended(dp->dp_spa)) { in zfs_sync()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3101 if (spa_suspended(spa)) in ztest_mmp_enable_disable()
7518 if (spa_suspended(spa) && ztest_opts.zo_verbose >= 6) in ztest_resume()
7539 if (spa_suspended(spa)) in ztest_resume_thread()
7585 if (spa_suspended(spa) || spa->spa_root_vdev == NULL) { in ztest_deadman_thread()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c446 if (rebooting && spa_suspended(dp->dp_spa)) { in zfs_sync()