Searched refs:ZPOOL_PROP_ALTROOT (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/common/zfs/ |
| HD | zpool_prop.c | 68 zprop_register_string(ZPOOL_PROP_ALTROOT, "altroot", NULL, PROP_DEFAULT, in zpool_prop_init()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/fs/ |
| HD | zfs.h | 179 ZPOOL_PROP_ALTROOT, enumerator
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 798 ZPOOL_PROP_ALTROOT), optarg, &props, B_TRUE)) in zpool_do_create() 838 if (zpool_name_to_prop(optarg) == ZPOOL_PROP_ALTROOT) in zpool_do_create() 2027 ZPOOL_PROP_ALTROOT), optarg, &props, B_TRUE)) in zpool_do_import() 3414 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), optarg, in zpool_do_split()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa.c | 291 spa_prop_add_list(*nvp, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config() 686 prop == ZPOOL_PROP_ALTROOT || in spa_prop_set() 3594 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_create() 4241 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_import() 5369 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_vdev_split_mirror() 6417 case ZPOOL_PROP_ALTROOT: in spa_sync_props()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_pool.c | 268 case ZPOOL_PROP_ALTROOT: in zpool_get_prop() 554 case ZPOOL_PROP_ALTROOT: in zpool_valid_proplist() 1568 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
|
| HD | libzfs_dataset.c | 2359 ZPOOL_PROP_ALTROOT, buf, MAXPATHLEN, NULL, in zfs_prop_get()
|