Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c782 spa->spa_root = spa_strdup(altroot); in spa_add()
861 if (spa->spa_root) { in spa_remove()
862 spa_strfree(spa->spa_root); in spa_remove()
1680 if (spa->spa_root == NULL) in spa_altroot()
1683 (void) strncpy(buf, spa->spa_root, buflen); in spa_altroot()
H A Dspa.c371 if (spa->spa_root != NULL) in spa_prop_get_config()
372 spa_prop_add_list(*nvp, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config()
7726 ASSERT(spa->spa_root != NULL);
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h301 char *spa_root; /* alternate root directory */ member