HomeSort by: relevance | last modified time | path
    Searched refs:spa_suspended (Results 1 - 9 of 9) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 237 uint8_t spa_suspended; /* pool is suspended */ member in struct:spa
spa.h 814 extern boolean_t spa_suspended(spa_t *spa);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 649 if (spa_suspended(spa)) {
1863 spa_suspended(spa_t *spa) function
1865 return (spa->spa_suspended);
dmu_tx.c 1185 if (spa_suspended(spa)) {
1399 } else if (spa_suspended(spa) || tx->tx_lasttried_txg == 0) {
zio.c 1828 spa->spa_suspended = B_TRUE;
1851 spa->spa_suspended = B_FALSE;
1868 while (spa_suspended(spa))
spa.c 564 if (!error && spa_suspended(spa)) {
3400 if (spa_suspended(spa))
3465 if (spa_suspended(spa))
6184 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
7178 !spa_writeable(spa) || spa_suspended(spa))
zfs_vfsops.c 409 if (sys_shutdown && spa_suspended(dp->dp_spa)) {
zfs_ioctl.c 6138 if ((check & POOL_CHECK_SUSPENDED) && spa_suspended(spa))
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 5393 if (spa_suspended(spa) && ztest_opts.zo_verbose >= 6)
5407 if (spa_suspended(spa))
5439 if (spa_suspended(spa) || spa->spa_root_vdev == NULL) {

Completed in 32 milliseconds