Searched refs:spa_next (Results 1 – 5 of 5) sorted by relevance
237 while ((spa = spa_next(spa)) != NULL) { in spa_config_sync()328 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
745 spa_next(spa_t *prev) in spa_next() function
4865 while ((altspa = spa_next(altspa)) != NULL) { in spa_vdev_detach()6480 while ((spa = spa_next(spa)) != NULL) { in spa_sync_allpools()6512 while ((spa = spa_next(NULL)) != NULL) { in spa_evict_all()
699 extern spa_t *spa_next(spa_t *prev);
5247 while ((spa = spa_next(spa)) != NULL) in ztest_walk_pool_directory()5731 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa)) in ztest_run()