Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h331 char *spa_root; /* alternate root directory */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c693 spa->spa_root = spa_strdup(altroot); in spa_add()
784 if (spa->spa_root) in spa_remove()
785 spa_strfree(spa->spa_root); in spa_remove()
1660 if (spa->spa_root == NULL) in spa_altroot()
1663 (void) strncpy(buf, spa->spa_root, buflen); in spa_altroot()
H A Dspa.c378 if (spa->spa_root != NULL) in spa_prop_get_config()
379 spa_prop_add_list(*nvp, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config()
8626 ASSERT(spa->spa_root != NULL);