Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_config.c252 while ((spa = spa_next(spa)) != NULL) { in spa_write_cachefile()
354 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
HDspa_misc.c945 spa_next(spa_t *prev) in spa_next() function
HDspa.c6446 while ((altspa = spa_next(altspa)) != NULL) {
8294 while ((spa = spa_next(spa)) != NULL) {
8326 while ((spa = spa_next(NULL)) != NULL) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa.h743 extern spa_t *spa_next(spa_t *prev);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c5633 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()