HomeSort by: relevance | last modified time | path
    Searched refs:spa_comment (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c 409 if (spa->spa_comment != NULL) {
411 spa->spa_comment);
spa.c 287 if (spa->spa_comment != NULL) {
288 spa_prop_add_list(*nvp, ZPOOL_PROP_COMMENT, spa->spa_comment,
1384 if (spa->spa_comment != NULL) {
1385 spa_strfree(spa->spa_comment);
1386 spa->spa_comment = NULL;
2209 ASSERT(spa->spa_comment == NULL);
2211 spa->spa_comment = spa_strdup(comment);
6679 if (spa->spa_comment != NULL)
6680 spa_strfree(spa->spa_comment);
6681 spa->spa_comment = spa_strdup(strval)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 135 char *spa_comment; /* comment */ member in struct:spa

Completed in 20 milliseconds