Searched refs:spa_config_list (Results 1 – 4 of 4) sorted by relevance
227 for (dp = list_head(&target->spa_config_list); dp != NULL; in spa_config_sync()228 dp = list_next(&target->spa_config_list, dp)) { in spa_config_sync()250 tdp = list_head(&spa->spa_config_list); in spa_config_sync()296 dp = list_head(&target->spa_config_list); in spa_config_sync()297 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) { in spa_config_sync()298 list_remove(&target->spa_config_list, tdp); in spa_config_sync()
615 list_create(&spa->spa_config_list, sizeof (spa_config_dirent_t), in spa_add()620 list_insert_head(&spa->spa_config_list, dp); in spa_add()690 while ((dp = list_head(&spa->spa_config_list)) != NULL) { in spa_remove()691 list_remove(&spa->spa_config_list, dp); in spa_remove()697 list_destroy(&spa->spa_config_list); in spa_remove()
281 if ((dp = list_head(&spa->spa_config_list)) != NULL) { in spa_prop_get_config()644 list_insert_head(&spa->spa_config_list, dp); in spa_configfile_set()
212 list_t spa_config_list; /* previous cache file(s) */ member