Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c234 while ((spa = spa_next(spa)) != NULL) { in spa_write_cachefile()
332 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
H A Dmmp.c718 while ((spa = spa_next(spa))) { in mmp_signal_all_threads()
H A Dspa_misc.c871 spa_next(spa_t *prev) in spa_next() function
H A Dspa.c6681 while ((altspa = spa_next(altspa)) != NULL) {
8764 while ((spa = spa_next(spa)) != NULL) {
8796 while ((spa = spa_next(NULL)) != NULL) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h871 extern spa_t *spa_next(spa_t *prev);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6134 while ((spa = spa_next(spa)) != NULL) in ztest_walk_pool_directory()
6635 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa)) in ztest_run()