Searched refs:altroot (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Doption-R.t17 echo "${name0} altroot /${name1} local"
19 expect "${exp}" ${ZPOOL} get altroot ${name0}
H A Doption-m.t17 echo "${name0} altroot - default"
19 expect "${exp}" ${ZPOOL} get altroot ${name0}
H A Doption-o.t26 expect_ok ${ZPOOL} create -o altroot=/${name1} ${name0} ${disk0}
29 echo "${name0} altroot /${name1} local"
31 expect "${exp}" ${ZPOOL} get altroot ${name0}
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh37 zpool import -o altroot=${FSMNT} -a
/freebsd-11-stable/lib/libbe/tests/
H A Dbe_create.sh57 atf_check zpool create -o altroot=${mnt} ${zpool} ${disk}
/freebsd-11-stable/lib/libbe/
H A Dbe.c110 char altroot[MAXPATHLEN]; local
162 altroot, sizeof(altroot), NULL, true) == 0 &&
163 strcmp(altroot, "-") != 0)
164 lbh->altroot_len = strlen(altroot);
680 /* Augment mountpoint with altroot, if needed */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c285 return (gettext("\tsplit [-n] [-R altroot] [-o mntopts]\n"
911 char *altroot = NULL; local
946 altroot = optarg;
999 altroot = propval;
1130 if (altroot != NULL && altroot[0] != '/') {
1132 "must be an absolute path\n"), altroot);
1155 if (altroot != NULL)
1157 altroot, poolname);
1162 if (altroot !
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c695 spa_add(const char *name, nvlist_t *config, const char *altroot) argument
788 if (altroot) {
789 spa->spa_root = spa_strdup(altroot);
811 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path);
H A Dspa.c4468 char *altroot, size_t buflen)
4511 if (altroot) {
4516 spa_altroot(spa, altroot, buflen);
4518 altroot[0] = '\0';
4522 spa_altroot(spa, altroot, buflen);
4715 char *altroot = NULL; local
4747 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
4748 spa = spa_add(poolname, nvl, altroot);
5399 char *altroot = NULL; local
5422 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot);
4467 spa_get_stats(const char *name, nvlist_t **config, char *altroot, size_t buflen) argument
6564 char *altroot = NULL; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h638 extern int spa_get_stats(const char *pool, nvlist_t **config, char *altroot,
741 extern spa_t *spa_add(const char *name, nvlist_t *config, const char *altroot);
/freebsd-11-stable/sbin/bectl/tests/
H A Dbectl_test.sh54 atf_check zpool create -o altroot=${mnt} ${zpool} ${disk}
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h387 char *altroot);
H A Dlibzfs_pool.c1638 char *altroot)
1643 if (altroot != NULL) {
1651 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 ||
1637 zpool_import(libzfs_handle_t *hdl, nvlist_t *config, const char *newname, char *altroot) argument

Completed in 422 milliseconds