Searched refs:ZFS_TYPE_VDEV (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zpool_prop.c | 334 PROP_DEFAULT, ZFS_TYPE_VDEV, "<comment-string>", "COMMENT", in vdev_prop_init() 337 PROP_DEFAULT, ZFS_TYPE_VDEV, "<device-path>", "PATH", sfeatures); in vdev_prop_init() 339 PROP_READONLY, ZFS_TYPE_VDEV, "<devid>", "DEVID", sfeatures); in vdev_prop_init() 341 PROP_READONLY, ZFS_TYPE_VDEV, "<physpath>", "PHYSPATH", sfeatures); in vdev_prop_init() 343 PROP_READONLY, ZFS_TYPE_VDEV, "<encpath>", "ENCPATH", sfeatures); in vdev_prop_init() 345 PROP_READONLY, ZFS_TYPE_VDEV, "<fru>", "FRU", sfeatures); in vdev_prop_init() 347 PROP_READONLY, ZFS_TYPE_VDEV, "<parent>", "PARENT", sfeatures); in vdev_prop_init() 349 PROP_READONLY, ZFS_TYPE_VDEV, "<child[,...]>", "CHILDREN", in vdev_prop_init() 354 ZFS_TYPE_VDEV, "<size>", "SIZE", B_FALSE, sfeatures); in vdev_prop_init() 356 ZFS_TYPE_VDEV, "<size>", "FREE", B_FALSE, sfeatures); in vdev_prop_init() [all …]
|
H A D | zprop_common.c | 57 else if (type == ZFS_TYPE_VDEV) in zprop_get_proptable() 68 else if (type == ZFS_TYPE_VDEV) in zprop_get_numprops() 91 ZFS_SYSFS_POOL_PROPERTIES : (type == ZFS_TYPE_VDEV ? in zfs_mod_supported_prop() 447 if (type != ZFS_TYPE_POOL && type != ZFS_TYPE_VDEV) in zprop_width()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 1309 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME))); in zprop_print_headers() 1326 ((type == ZFS_TYPE_VDEV) ? in zprop_print_headers() 1361 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : in zprop_print_headers() 1763 } else if (type == ZFS_TYPE_VDEV) { in zprop_parse_value() 1849 if ((type & ZFS_TYPE_VDEV) && isnone && in zprop_parse_value() 1949 ((type == ZFS_TYPE_VDEV) && !vdev_prop_user(propname)))) { in addlist() 2088 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME)); in zprop_expand_list()
|
H A D | libzfs_pool.c | 561 if (zprop_parse_value(hdl, elem, vprop, ZFS_TYPE_VDEV, in zpool_valid_proplist() 963 if (type == ZFS_TYPE_VDEV) in zpool_expand_proplist()
|
H A D | libzfs.abi | 1933 <enumerator name='ZFS_TYPE_VDEV' value='32'/>
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_sysfs.c | 601 } else if (type == ZFS_TYPE_VDEV) { in zfs_sysfs_properties_init() 672 ZFS_TYPE_VDEV); in zfs_sysfs_init()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_util_os.c | 250 case ZFS_TYPE_VDEV: in zfs_userns()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
H A D | libzfs_compat.c | 309 case ZFS_TYPE_VDEV: in zfs_jail()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 61 ZFS_TYPE_VDEV = (1 << 5), enumerator
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 445 static zfs_type_t current_prop_type = (ZFS_TYPE_POOL | ZFS_TYPE_VDEV); 741 current_prop_type != (ZFS_TYPE_POOL | ZFS_TYPE_VDEV) && in usage() 764 } else if (current_prop_type == ZFS_TYPE_VDEV) { in usage() 12478 if (cbp->cb_type == ZFS_TYPE_VDEV) { in get_callback() 12756 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_get() 12799 if (cb.cb_type == ZFS_TYPE_VDEV) in zpool_do_get() 12906 if (cb->cb_type == ZFS_TYPE_VDEV) { in set_callback() 12987 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_set()
|