Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c446 if (spa->spa_comment != NULL) in spa_config_generate()
448 spa->spa_comment); in spa_config_generate()
H A Dspa.c373 if (spa->spa_comment != NULL) { in spa_prop_get_config()
374 spa_prop_add_list(*nvp, ZPOOL_PROP_COMMENT, spa->spa_comment, in spa_prop_get_config()
1661 if (spa->spa_comment != NULL) { in spa_unload()
1662 spa_strfree(spa->spa_comment); in spa_unload()
1663 spa->spa_comment = NULL; in spa_unload()
3282 ASSERT(spa->spa_comment == NULL);
3284 spa->spa_comment = spa_strdup(comment);
8638 if (spa->spa_comment != NULL)
8639 spa_strfree(spa->spa_comment);
8640 spa->spa_comment = spa_strdup(strval);
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h206 char *spa_comment; /* comment */ member