Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDmmp.c548 boolean_t suspended = spa_suspended(spa); in mmp_thread()
586 suspended = spa_suspended(spa); in mmp_thread()
HDspa_misc.c666 if (spa_suspended(spa)) in spa_deadman()
1962 spa_suspended(spa_t *spa) in spa_suspended() function
1964 return (spa->spa_suspended != ZIO_SUSPEND_NONE); in spa_suspended()
2916 if (spa_suspended(spa)) in spa_state_to_name()
3082 EXPORT_SYMBOL(spa_suspended);
HDdmu_tx.c1031 if (spa_suspended(spa)) { in dmu_tx_try_assign()
1271 } else if (spa_suspended(spa) || tx->tx_lasttried_txg == 0) { in dmu_tx_wait()
HDtxg.c560 if (spa_suspended(spa)) in txg_sync_thread()
HDzio.c2364 if (!zfs_deadman_enabled || spa_suspended(spa)) in zio_deadman()
2705 spa->spa_suspended = reason; in zio_suspend()
2728 if (spa->spa_suspended != ZIO_SUSPEND_NONE) in zio_resume()
2732 spa->spa_suspended = ZIO_SUSPEND_NONE; in zio_resume()
2749 while (spa_suspended(spa)) in zio_resume_wait()
HDspa.c809 if (!error && spa_suspended(spa)) { in spa_prop_validate()
3815 ASSERT(spa_multihost(spa) && spa_suspended(spa)); in spa_mmp_remote_host_activity()
6174 if (spa_suspended(spa)) {
6180 spa->spa_suspended);
9139 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
10369 !spa_writeable(spa) || spa_suspended(spa))
HDzfs_ioctl.c6144 if (spa_multihost(spa) && spa_suspended(spa) && in zfs_ioc_clear()
6166 (void) spa_vdev_state_exit(spa, spa_suspended(spa) ? in zfs_ioc_clear()
7852 if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa)) in pool_status_check()
/freebsd-head/sys/contrib/openzfs/include/sys/
HDspa_impl.h393 zio_suspend_reason_t spa_suspended; /* pool is suspended */ member
HDspa.h1080 extern boolean_t spa_suspended(spa_t *spa);
/freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_vfsops.c291 if (spa_suspended(dp->dp_spa)) { in zfs_sync()
/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c3103 if (spa_suspended(spa)) in ztest_mmp_enable_disable()
7520 if (spa_suspended(spa) && ztest_opts.zo_verbose >= 6) in ztest_resume()
7541 if (spa_suspended(spa)) in ztest_resume_thread()
7587 if (spa_suspended(spa) || spa->spa_root_vdev == NULL) { in ztest_deadman_thread()
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vfsops.c453 if (rebooting && spa_suspended(dp->dp_spa)) { in zfs_sync()