Home
last modified time | relevance | path

Searched refs:spa_next (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_config.c237 while ((spa = spa_next(spa)) != NULL) { in spa_config_sync()
328 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
H A Dspa_misc.c745 spa_next(spa_t *prev) in spa_next() function
H A Dspa.c4865 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()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h699 extern spa_t *spa_next(spa_t *prev);
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c5247 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()