Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c273 while ((spa = spa_next(spa)) != NULL) { in spa_write_cachefile()
383 while ((spa = spa_next(spa)) != NULL) { in spa_all_configs()
H A Dspa_misc.c928 spa_next(spa_t *prev) in spa_next() function
2168 while ((spa = spa_next(spa)) != NULL) in spa_set_deadman_ziotime()
2181 while ((spa = spa_next(spa)) != NULL) in spa_set_deadman_synctime()
3005 while ((spa = spa_next(spa)) != NULL) in param_set_deadman_failmode_common()
3018 EXPORT_SYMBOL(spa_next);
H A Dmmp.c732 while ((spa = spa_next(spa))) { in mmp_signal_all_threads()
H A Dspa.c8042 while ((altspa = spa_next(altspa)) != NULL) {
10302 while ((spa = spa_next(spa)) != NULL) {
10460 while ((spa = spa_next(NULL)) != NULL) {
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h871 extern spa_t *spa_next(spa_t *prev);
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c7424 while ((spa = spa_next(spa)) != NULL) in ztest_walk_pool_directory()
8536 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa)) in ztest_run()