Home
last modified time | relevance | path

Searched refs:spa_config_list (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c259 for (dp = list_head(&target->spa_config_list); dp != NULL; in spa_write_cachefile()
260 dp = list_next(&target->spa_config_list, dp)) { in spa_write_cachefile()
282 tdp = list_head(&spa->spa_config_list); in spa_write_cachefile()
334 dp = list_head(&target->spa_config_list); in spa_write_cachefile()
335 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) { in spa_write_cachefile()
336 list_remove(&target->spa_config_list, tdp); in spa_write_cachefile()
H A Dspa_misc.c715 list_create(&spa->spa_config_list, sizeof (spa_config_dirent_t), in spa_add()
720 list_insert_head(&spa->spa_config_list, dp); in spa_add()
787 while ((dp = list_head(&spa->spa_config_list)) != NULL) { in spa_remove()
788 list_remove(&spa->spa_config_list, dp); in spa_remove()
806 list_destroy(&spa->spa_config_list); in spa_remove()
H A Dspa.c398 if ((dp = list_head(&spa->spa_config_list)) != NULL) { in spa_prop_get_config()
747 list_insert_head(&spa->spa_config_list, dp); in spa_configfile_set()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h357 list_t spa_config_list; /* previous cache file(s) */ member