Searched refs:spa_config_list (Results 1 – 4 of 4) sorted by relevance
264 for (dp = list_head(&target->spa_config_list); dp != NULL; in spa_write_cachefile()265 dp = list_next(&target->spa_config_list, dp)) { in spa_write_cachefile()287 tdp = list_head(&spa->spa_config_list); in spa_write_cachefile()339 dp = list_head(&target->spa_config_list); in spa_write_cachefile()340 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) { in spa_write_cachefile()341 list_remove(&target->spa_config_list, tdp); in spa_write_cachefile()
779 list_create(&spa->spa_config_list, sizeof (spa_config_dirent_t), in spa_add()784 list_insert_head(&spa->spa_config_list, dp); in spa_add()851 while ((dp = list_remove_head(&spa->spa_config_list)) != NULL) { in spa_remove()866 list_destroy(&spa->spa_config_list); in spa_remove()
528 if ((dp = list_head(&spa->spa_config_list)) != NULL) { in spa_prop_get_config()895 list_insert_head(&spa->spa_config_list, dp); in spa_configfile_set()
386 list_t spa_config_list; /* previous cache file(s) */ member