Home
last modified time | relevance | path

Searched refs:spa_comment (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c464 if (spa->spa_comment != NULL) in spa_config_generate()
466 spa->spa_comment); in spa_config_generate()
H A Dspa.c498 if (spa->spa_comment != NULL) { in spa_prop_get_config()
499 spa_prop_add_list(nv, ZPOOL_PROP_COMMENT, spa->spa_comment, in spa_prop_get_config()
2187 if (spa->spa_comment != NULL) { in spa_unload()
2188 spa_strfree(spa->spa_comment); in spa_unload()
2189 spa->spa_comment = NULL; in spa_unload()
3948 ASSERT(spa->spa_comment == NULL);
3950 spa->spa_comment = spa_strdup(comment);
9628 if (spa->spa_comment != NULL)
9629 spa_strfree(spa->spa_comment);
9630 spa->spa_comment = spa_strdup(strval);
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h222 char *spa_comment; /* comment */ member