Searched refs:ZPOOL_PROP_ALTROOT (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zpool_prop.c | 73 zprop_register_string(ZPOOL_PROP_ALTROOT, "altroot", NULL, PROP_DEFAULT, in zpool_prop_init()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 238 ZPOOL_PROP_ALTROOT, enumerator
|
/freebsd/lib/libbe/ |
H A D | be.c | 152 if (zpool_get_prop(lbh->active_phandle, ZPOOL_PROP_ALTROOT, in libbe_init()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 549 spa_prop_add_list(nv, ZPOOL_PROP_ALTROOT, spa->spa_root, in spa_prop_get_config() 954 prop == ZPOOL_PROP_ALTROOT || in spa_prop_set() 6583 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); 6885 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); 8743 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); 9854 case ZPOOL_PROP_ALTROOT:
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 309 case ZPOOL_PROP_ALTROOT: in zpool_get_prop() 762 case ZPOOL_PROP_ALTROOT: in zpool_valid_proplist() 2072 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
|
H A D | libzfs_dataset.c | 2732 ZPOOL_PROP_ALTROOT, buf, MAXPATHLEN, NULL, in zfs_prop_get()
|
H A D | libzfs.abi | 3331 <enumerator name='ZPOOL_PROP_ALTROOT' value='3'/>
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 2002 ZPOOL_PROP_ALTROOT), optarg, &props, B_TRUE)) in zpool_do_create() 2038 if (zpool_name_to_prop(optarg) == ZPOOL_PROP_ALTROOT) in zpool_do_create() 4406 ZPOOL_PROP_ALTROOT), optarg, &props, B_TRUE)) in zpool_do_import() 7776 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), optarg, in zpool_do_split()
|