Searched refs:ZPOOL_PROP_ALTROOT (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/common/zfs/ |
H A D | zpool_prop.c | 69 zprop_register_string(ZPOOL_PROP_ALTROOT, "altroot", NULL, PROP_DEFAULT, in zpool_prop_init()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 183 ZPOOL_PROP_ALTROOT, enumerator
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 673 ZPOOL_PROP_ALTROOT), optarg, &props, B_TRUE)) in zpool_do_create() 713 if (zpool_name_to_prop(optarg) == ZPOOL_PROP_ALTROOT) in zpool_do_create() 1883 ZPOOL_PROP_ALTROOT), optarg, &props, B_TRUE)) in zpool_do_import() 3243 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), optarg, in zpool_do_split()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 272 spa_prop_add_list(*nvp, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config() 664 prop == ZPOOL_PROP_ALTROOT || in spa_prop_set() 3516 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_create() 3967 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_import() 5090 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_vdev_split_mirror() 6092 case ZPOOL_PROP_ALTROOT: in spa_sync_props()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 239 case ZPOOL_PROP_ALTROOT: in zpool_get_prop() 525 case ZPOOL_PROP_ALTROOT: in zpool_valid_proplist() 1537 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
|
H A D | libzfs_dataset.c | 2403 ZPOOL_PROP_ALTROOT, buf, MAXPATHLEN, NULL, in zfs_prop_get()
|