Searched refs:spa_comment (Results 1 – 3 of 3) sorted by relevance
377 if (spa->spa_comment != NULL) in spa_config_generate()379 spa->spa_comment); in spa_config_generate()
542 if (spa->spa_comment != NULL) { in spa_prop_get_config()543 spa_prop_add_list(nv, ZPOOL_PROP_COMMENT, spa->spa_comment, in spa_prop_get_config()2415 if (spa->spa_comment != NULL) { in spa_unload()2416 spa_strfree(spa->spa_comment); in spa_unload()2417 spa->spa_comment = NULL; in spa_unload()4557 ASSERT0P(spa->spa_comment);4559 spa->spa_comment = spa_strdup(comment);10352 if (spa->spa_comment != NULL)10353 spa_strfree(spa->spa_comment);10354 spa->spa_comment = spa_strdup(strval);
226 char *spa_comment; /* comment */ member