Searched refs:spa_next (Results 1 – 5 of 5) sorted by relevance
253 while ((spa = spa_next(spa)) != NULL) { in spa_config_sync()348 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
940 spa_next(spa_t *prev) in spa_next() function
5290 while ((altspa = spa_next(altspa)) != NULL) { in spa_vdev_detach()7176 while ((spa = spa_next(spa)) != NULL) { in spa_sync_allpools()7208 while ((spa = spa_next(NULL)) != NULL) { in spa_evict_all()
729 extern spa_t *spa_next(spa_t *prev);
5299 while ((spa = spa_next(spa)) != NULL) in ztest_walk_pool_directory()5793 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa)) in ztest_run()