Searched refs:altroot (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/ |
| H A D | zpool_split_encryption.ksh | 44 altroot="$TESTDIR/zpool-split-$RANDOM" 53 log_must eval "echo "$passphrase" | zpool split -l -R $altroot " \ 56 log_must test "$(get_pool_prop 'altroot' $TESTPOOL2)" == "$altroot" 57 log_must mounted $altroot/$TESTPOOL2
|
| H A D | zpool_split_vdevs.ksh | 119 typeset altroot="$TESTDIR/altroot-$TESTPOOL2" 130 log_must zpool split -R $altroot $TESTPOOL $TESTPOOL2 132 log_must test "$(get_pool_prop 'altroot' $TESTPOOL2)" == "$altroot" 145 log_mustnot zpool split -R $altroot $TESTPOOL $TESTPOOL2
|
| H A D | zpool_split_indirect.ksh | 55 typeset altroot="$TESTDIR/altroot-$TESTPOOL2" 65 log_must zpool split -R $altroot $TESTPOOL $TESTPOOL2 67 log_must test "$(get_pool_prop 'altroot' $TESTPOOL2)" == "$altroot"
|
| H A D | zpool_split_devices.ksh | 50 typeset altroot="$TESTDIR/altroot-$TESTPOOL2" 91 log_must zpool split -R $altroot $TESTPOOL $TESTPOOL2 ${gooddevs[$i]}
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/ |
| H A D | cachefile_003_pos.ksh | 83 log_must zpool create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get.cfg | 36 "altroot"
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_misc.c | 634 spa_add(const char *name, nvlist_t *config, const char *altroot) in spa_add() argument 692 if (altroot) in spa_add() 693 spa->spa_root = spa_strdup(altroot); in spa_add() 719 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
|
| H A D | spa.c | 5376 char *altroot, size_t buflen) argument 5423 if (altroot) { 5428 spa_altroot(spa, altroot, buflen); 5430 altroot[0] = '\0'; 5434 spa_altroot(spa, altroot, buflen); 5631 char *altroot = NULL; local 5668 spa = spa_add(poolname, nvl, altroot); 5937 char *altroot = NULL; local 5965 spa = spa_add(pool, config, altroot); 7371 char *altroot = NULL; local [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 764 extern int spa_get_stats(const char *pool, nvlist_t **config, char *altroot, 872 extern spa_t *spa_add(const char *name, nvlist_t *config, const char *altroot);
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 420 char *altroot);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 1383 char *altroot = NULL; in zpool_do_create() local 1402 altroot = optarg; in zpool_do_create() 1441 altroot = propval; in zpool_do_create() 1538 if (altroot != NULL && altroot[0] != '/') { in zpool_do_create() 1540 "must be an absolute path\n"), altroot); in zpool_do_create() 1562 if (altroot != NULL) in zpool_do_create() 1564 altroot, poolname); in zpool_do_create() 1569 if (altroot != NULL) in zpool_do_create() 1571 altroot, mountpoint); in zpool_do_create()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1768 char *altroot) in zpool_import() argument 1773 if (altroot != NULL) { in zpool_import() 1781 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
|
| H A D | libzfs.abi | 2751 …<parameter type-id='type-id-49' name='altroot' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c…
|