Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dspa_config.c253 while ((spa = spa_next(spa)) != NULL) { in spa_config_sync()
348 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
Dspa_misc.c940 spa_next(spa_t *prev) in spa_next() function
Dspa.c5290 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()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dspa.h729 extern spa_t *spa_next(spa_t *prev);
/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c5299 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()