Searched refs:spa_suspended (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h231 uint8_t spa_suspended; /* pool is suspended */ member in struct:spa
H A Dspa.h810 extern boolean_t spa_suspended(spa_t *spa);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c600 if (spa_suspended(spa)) {
1760 spa_suspended(spa_t *spa) function
1762 return (spa->spa_suspended);
H A Ddmu_tx.c1129 if (spa_suspended(spa)) {
1343 } else if (spa_suspended(spa) || tx->tx_lasttried_txg == 0) {
H A Dzio.c1685 spa->spa_suspended = B_TRUE;
1708 spa->spa_suspended = B_FALSE;
1725 while (spa_suspended(spa))
H A Dspa.c571 if (!error && spa_suspended(spa)) {
3369 if (spa_suspended(spa))
3434 if (spa_suspended(spa))
6139 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
7072 !spa_writeable(spa) || spa_suspended(spa))
H A Dzfs_vfsops.c162 if (sys_shutdown && spa_suspended(dp->dp_spa)) {
H A Dzfs_ioctl.c6045 if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa))
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5331 if (spa_suspended(spa) && ztest_opts.zo_verbose >= 6)
5345 if (spa_suspended(spa))
5371 if (spa_suspended(spa) || spa->spa_root_vdev == NULL) {

Completed in 192 milliseconds