Searched refs:ZFS_TYPE_VDEV (Results 1 – 10 of 10) sorted by relevance
| /src/sys/contrib/openzfs/module/zcommon/ |
| H A D | zpool_prop.c | 347 PROP_DEFAULT, ZFS_TYPE_VDEV, "<comment-string>", "COMMENT", in vdev_prop_init() 350 PROP_DEFAULT, ZFS_TYPE_VDEV, "<device-path>", "PATH", sfeatures); in vdev_prop_init() 352 PROP_READONLY, ZFS_TYPE_VDEV, "<devid>", "DEVID", sfeatures); in vdev_prop_init() 354 PROP_READONLY, ZFS_TYPE_VDEV, "<physpath>", "PHYSPATH", sfeatures); in vdev_prop_init() 356 PROP_READONLY, ZFS_TYPE_VDEV, "<encpath>", "ENCPATH", sfeatures); in vdev_prop_init() 358 PROP_READONLY, ZFS_TYPE_VDEV, "<fru>", "FRU", sfeatures); in vdev_prop_init() 360 PROP_READONLY, ZFS_TYPE_VDEV, "<parent>", "PARENT", sfeatures); in vdev_prop_init() 362 PROP_READONLY, ZFS_TYPE_VDEV, "<child[,...]>", "CHILDREN", in vdev_prop_init() 367 ZFS_TYPE_VDEV, "<size>", "SIZE", B_FALSE, sfeatures); in vdev_prop_init() 369 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()
|
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1320 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME))); in zprop_print_headers() 1337 ((type == ZFS_TYPE_VDEV) ? in zprop_print_headers() 1372 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : in zprop_print_headers() 1774 } else if (type == ZFS_TYPE_VDEV) { in zprop_parse_value() 1860 if ((type & ZFS_TYPE_VDEV) && isnone && in zprop_parse_value() 1960 ((type == ZFS_TYPE_VDEV) && !vdev_prop_user(propname)))) { in addlist() 2099 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME)); in zprop_expand_list()
|
| H A D | libzfs_pool.c | 565 if (zprop_parse_value(hdl, elem, vprop, ZFS_TYPE_VDEV, in zpool_valid_proplist() 967 if (type == ZFS_TYPE_VDEV) in zpool_expand_proplist()
|
| H A D | libzfs.abi | 2189 <enumerator name='ZFS_TYPE_VDEV' value='32'/>
|
| /src/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()
|
| /src/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_util_os.c | 281 case ZFS_TYPE_VDEV: in zfs_userns()
|
| /src/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 303 case ZFS_TYPE_VDEV: in zfs_jail()
|
| /src/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 61 ZFS_TYPE_VDEV = (1 << 5), enumerator
|
| /src/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); 713 current_prop_type != (ZFS_TYPE_POOL | ZFS_TYPE_VDEV) && in usage() 736 } else if (current_prop_type == ZFS_TYPE_VDEV) { in usage() 12672 if (cbp->cb_type == ZFS_TYPE_VDEV) { in get_callback() 12952 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_get() 12994 if (cb.cb_type == ZFS_TYPE_VDEV) in zpool_do_get() 13101 if (cb->cb_type == ZFS_TYPE_VDEV) { in set_callback() 13182 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_set()
|