Searched refs:spa_root (Results 1 – 3 of 3) sorted by relevance
810 spa->spa_root = spa_strdup(altroot); in spa_add()902 if (spa->spa_root) in spa_remove()903 spa_strfree(spa->spa_root); in spa_remove()1803 if (spa->spa_root == NULL) in spa_altroot()1806 (void) strlcpy(buf, spa->spa_root, buflen); in spa_altroot()
548 if (spa->spa_root != NULL) in spa_prop_get_config()549 spa_prop_add_list(nv, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config()9925 ASSERT(spa->spa_root != NULL);
369 char *spa_root; /* alternate root directory */ member