Home
last modified time | relevance | path

Searched refs:ZFS_TYPE_VDEV (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c400 PROP_DEFAULT, ZFS_TYPE_VDEV, "<comment-string>", "COMMENT", in vdev_prop_init()
403 PROP_DEFAULT, ZFS_TYPE_VDEV, "<device-path>", "PATH", sfeatures); in vdev_prop_init()
405 PROP_READONLY, ZFS_TYPE_VDEV, "<devid>", "DEVID", sfeatures); in vdev_prop_init()
407 PROP_READONLY, ZFS_TYPE_VDEV, "<physpath>", "PHYSPATH", sfeatures); in vdev_prop_init()
409 PROP_READONLY, ZFS_TYPE_VDEV, "<encpath>", "ENCPATH", sfeatures); in vdev_prop_init()
411 PROP_READONLY, ZFS_TYPE_VDEV, "<fru>", "FRU", sfeatures); in vdev_prop_init()
413 PROP_READONLY, ZFS_TYPE_VDEV, "<parent>", "PARENT", sfeatures); in vdev_prop_init()
415 PROP_READONLY, ZFS_TYPE_VDEV, "<child[,...]>", "CHILDREN", in vdev_prop_init()
420 ZFS_TYPE_VDEV, "<size>", "SIZE", B_FALSE, sfeatures); in vdev_prop_init()
422 ZFS_TYPE_VDEV, "<size>", "FREE", B_FALSE, sfeatures); in vdev_prop_init()
[all …]
H A Dzprop_common.c47 else if (type == ZFS_TYPE_VDEV) in zprop_get_proptable()
58 else if (type == ZFS_TYPE_VDEV) in zprop_get_numprops()
81 ZFS_SYSFS_POOL_PROPERTIES : (type == ZFS_TYPE_VDEV ? in zfs_mod_supported_prop()
437 if (type != ZFS_TYPE_POOL && type != ZFS_TYPE_VDEV) in zprop_width()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1316 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME))); in zprop_print_headers()
1333 ((type == ZFS_TYPE_VDEV) ? in zprop_print_headers()
1368 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : in zprop_print_headers()
1770 } else if (type == ZFS_TYPE_VDEV) { in zprop_parse_value()
1856 if ((type & ZFS_TYPE_VDEV) && isnone && in zprop_parse_value()
1956 ((type == ZFS_TYPE_VDEV) && !vdev_prop_user(propname)))) { in addlist()
2095 ((type == ZFS_TYPE_VDEV) ? VDEV_PROP_NAME : ZFS_PROP_NAME)); in zprop_expand_list()
H A Dlibzfs_pool.c613 if (zprop_parse_value(hdl, elem, vprop, ZFS_TYPE_VDEV, in zpool_valid_proplist()
1015 if (type == ZFS_TYPE_VDEV) in zpool_expand_proplist()
H A Dlibzfs.abi2274 <enumerator name='ZFS_TYPE_VDEV' value='32'/>
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c591 } else if (type == ZFS_TYPE_VDEV) { in zfs_sysfs_properties_init()
662 ZFS_TYPE_VDEV); in zfs_sysfs_init()
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c271 case ZFS_TYPE_VDEV: in zfs_userns()
/freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c293 case ZFS_TYPE_VDEV: in zfs_jail()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h51 ZFS_TYPE_VDEV = (1 << 5), enumerator
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c451 static zfs_type_t current_prop_type = (ZFS_TYPE_POOL | ZFS_TYPE_VDEV);
724 current_prop_type != (ZFS_TYPE_POOL | ZFS_TYPE_VDEV) && in usage()
747 } else if (current_prop_type == ZFS_TYPE_VDEV) { in usage()
13019 if (cbp->cb_type == ZFS_TYPE_VDEV) { in get_callback()
13299 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_get()
13341 if (cb.cb_type == ZFS_TYPE_VDEV) in zpool_do_get()
13448 if (cb->cb_type == ZFS_TYPE_VDEV) { in set_callback()
13529 cb.cb_type = ZFS_TYPE_VDEV; in zpool_do_set()