Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_config.c255 while ((spa = spa_next(spa)) != NULL) { in spa_config_sync()
351 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
HDspa_misc.c826 spa_next(spa_t *prev) in spa_next() function
HDspa.c5172 while ((altspa = spa_next(altspa)) != NULL) { in spa_vdev_detach()
6861 while ((spa = spa_next(spa)) != NULL) { in spa_sync_allpools()
6893 while ((spa = spa_next(NULL)) != NULL) { in spa_evict_all()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h724 extern spa_t *spa_next(spa_t *prev);
/NextBSD/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c5236 while ((spa = spa_next(spa)) != NULL) in ztest_walk_pool_directory()
5720 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa)) in ztest_run()