Home
last modified time | relevance | path

Searched refs:spa_suspended (Results 1 – 12 of 12) 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.c659 if (spa_suspended(spa)) in spa_deadman()
1939 spa_suspended(spa_t *spa) in spa_suspended() function
1941 return (spa->spa_suspended != ZIO_SUSPEND_NONE); in spa_suspended()
2865 if (spa_suspended(spa)) in spa_state_to_name()
3031 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 Dtxg.c559 if (spa_suspended(spa)) in txg_sync_thread()
H A Dzio.c2227 if (!zfs_deadman_enabled || spa_suspended(spa)) in zio_deadman()
2552 spa->spa_suspended = reason; in zio_suspend()
2575 spa->spa_suspended = ZIO_SUSPEND_NONE; in zio_resume()
2592 while (spa_suspended(spa)) in zio_resume_wait()
H A Dspa.c755 if (!error && spa_suspended(spa)) { in spa_prop_validate()
3751 ASSERT(spa_multihost(spa) && spa_suspended(spa)); in spa_mmp_remote_host_activity()
6101 if (spa_suspended(spa)) {
6107 spa->spa_suspended);
8924 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
10198 !spa_writeable(spa) || spa_suspended(spa))
H A Dzfs_ioctl.c5828 if (spa_multihost(spa) && spa_suspended(spa) && in zfs_ioc_clear()
5850 (void) spa_vdev_state_exit(spa, spa_suspended(spa) ? in zfs_ioc_clear()
7524 if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa)) in pool_status_check()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h400 zio_suspend_reason_t spa_suspended; /* pool is suspended */ member
H A Dspa.h1064 extern boolean_t spa_suspended(spa_t *spa);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c286 if (spa_suspended(dp->dp_spa)) { in zfs_sync()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3085 if (spa_suspended(spa)) in ztest_mmp_enable_disable()
7447 if (spa_suspended(spa) && ztest_opts.zo_verbose >= 6) in ztest_resume()
7461 if (spa_suspended(spa)) in ztest_resume_thread()
7507 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.c455 if (rebooting && spa_suspended(dp->dp_spa)) { in zfs_sync()