Searched refs:spa_root (Results 1 – 3 of 3) sorted by relevance
793 spa->spa_root = spa_strdup(altroot); in spa_add()866 if (spa->spa_root) { in spa_remove()867 spa_strfree(spa->spa_root); in spa_remove()1725 if (spa->spa_root == NULL) in spa_altroot()1728 (void) strncpy(buf, spa->spa_root, buflen); in spa_altroot()
292 if (spa->spa_root != NULL) in spa_prop_get_config()293 spa_prop_add_list(*nvp, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config()6667 ASSERT(spa->spa_root != NULL); in spa_sync_props()
206 char *spa_root; /* alternate root directory */ member