Searched refs:spa_next (Results 1 – 5 of 5) sorted by relevance
252 while ((spa = spa_next(spa)) != NULL) { in spa_write_cachefile()354 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
945 spa_next(spa_t *prev) in spa_next() function
6446 while ((altspa = spa_next(altspa)) != NULL) {8294 while ((spa = spa_next(spa)) != NULL) {8326 while ((spa = spa_next(NULL)) != NULL) {
743 extern spa_t *spa_next(spa_t *prev);
5633 while ((spa = spa_next(spa)) != NULL) in ztest_walk_pool_directory()6133 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa)) in ztest_run()