Searched refs:ZFS_TYPE_VDEV (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zcommon/ |
| H A D | zpool_prop.c | 341 ZFS_TYPE_VDEV, "<size>", "SIZE", B_FALSE, sfeatures); in vdev_prop_init() 343 ZFS_TYPE_VDEV, "<size>", "FREE", B_FALSE, sfeatures); in vdev_prop_init() 354 ZFS_TYPE_VDEV, "<size>", "CAP", B_FALSE, sfeatures); in vdev_prop_init() 356 ZFS_TYPE_VDEV, "<guid>", "GUID", B_TRUE, sfeatures); in vdev_prop_init() 358 ZFS_TYPE_VDEV, "<state>", "STATE", B_FALSE, sfeatures); in vdev_prop_init() 362 ZFS_TYPE_VDEV, "<asize>", "ASIZE", B_FALSE, sfeatures); in vdev_prop_init() 364 ZFS_TYPE_VDEV, "<psize>", "PSIZE", B_FALSE, sfeatures); in vdev_prop_init() 443 PROP_READONLY, ZFS_TYPE_VDEV, "on | off", "REMOVING", in vdev_prop_init() 446 PROP_DEFAULT, ZFS_TYPE_VDEV, "on | off", "ALLOCATING", in vdev_prop_init() 467 return (zprop_name_to_prop(propname, ZFS_TYPE_VDEV)); in vdev_name_to_prop() [all …]
|
| H A D | zprop_common.c | 56 else if (type == ZFS_TYPE_VDEV) in zprop_get_proptable() 67 else if (type == ZFS_TYPE_VDEV) in zprop_get_numprops() 90 ZFS_SYSFS_POOL_PROPERTIES : (type == ZFS_TYPE_VDEV ? in zfs_mod_supported_prop() 446 if (type != ZFS_TYPE_POOL && type != ZFS_TYPE_VDEV) in zprop_width()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1293 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME))); in zprop_print_headers() 1310 ((type == ZFS_TYPE_VDEV) ? in zprop_print_headers() 1345 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : in zprop_print_headers() 1628 } else if (type == ZFS_TYPE_VDEV) { in zprop_parse_value() 1704 if ((type & ZFS_TYPE_VDEV) && isnone && in zprop_parse_value() 1800 ((type == ZFS_TYPE_VDEV) && !vdev_prop_user(propname)))) { in addlist() 1939 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME)); in zprop_expand_list()
|
| H A D | libzfs_pool.c | 521 if (zprop_parse_value(hdl, elem, vprop, ZFS_TYPE_VDEV, in zpool_valid_proplist() 917 if (type == ZFS_TYPE_VDEV) in zpool_expand_proplist()
|
| H A D | libzfs.abi | 1755 <enumerator name='ZFS_TYPE_VDEV' value='32'/>
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 609 } else if (type == ZFS_TYPE_VDEV) { in zfs_sysfs_properties_init() 680 ZFS_TYPE_VDEV); in zfs_sysfs_init()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 249 case ZFS_TYPE_VDEV: in zfs_userns()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 308 case ZFS_TYPE_VDEV: in zfs_jail()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 60 ZFS_TYPE_VDEV = (1 << 5), enumerator
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 347 static zfs_type_t current_prop_type = (ZFS_TYPE_POOL | ZFS_TYPE_VDEV); 633 current_prop_type != (ZFS_TYPE_POOL | ZFS_TYPE_VDEV) && in usage() 656 } else if (current_prop_type == ZFS_TYPE_VDEV) { in usage() 10474 if (cbp->cb_type == ZFS_TYPE_VDEV) { in get_callback() 10673 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_get() 10802 if (cb->cb_type == ZFS_TYPE_VDEV) { in set_callback() 10883 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_set()
|