Lines Matching refs:altroot
3231 char *altroot, size_t buflen) in spa_get_stats() argument
3274 if (altroot) { in spa_get_stats()
3279 spa_altroot(spa, altroot, buflen); in spa_get_stats()
3281 altroot[0] = '\0'; in spa_get_stats()
3285 spa_altroot(spa, altroot, buflen); in spa_get_stats()
3478 char *altroot = NULL; in spa_create() local
3502 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_create()
3503 spa = spa_add(pool, NULL, altroot); in spa_create()
3923 char *altroot = NULL; in spa_import() local
3946 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_import()
3951 spa = spa_add(pool, config, altroot); in spa_import()
4903 char *altroot = NULL; in spa_vdev_split_mirror() local
5062 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_vdev_split_mirror()
5065 newspa = spa_add(newname, config, altroot); in spa_vdev_split_mirror()