Searched refs:sfeatures (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zpool_prop.c | 68 struct zfs_mod_supported_features *sfeatures = in zpool_prop_init() local 73 ZFS_TYPE_POOL, "<path>", "ALTROOT", sfeatures); in zpool_prop_init() 75 ZFS_TYPE_POOL, "<filesystem>", "BOOTFS", sfeatures); in zpool_prop_init() 78 sfeatures); in zpool_prop_init() 81 sfeatures); in zpool_prop_init() 84 "<file[,file...]> | off | legacy", "COMPATIBILITY", sfeatures); in zpool_prop_init() 88 ZFS_TYPE_POOL, "<size>", "SIZE", B_FALSE, sfeatures); in zpool_prop_init() 90 ZFS_TYPE_POOL, "<size>", "FREE", B_FALSE, sfeatures); in zpool_prop_init() 92 ZFS_TYPE_POOL, "<size>", "FREEING", B_FALSE, sfeatures); in zpool_prop_init() 95 sfeatures); in zpool_prop_init() [all …]
|
H A D | zfs_prop.c | 407 struct zfs_mod_supported_features *sfeatures = in zfs_prop_init() local 415 redundant_metadata_table, sfeatures); in zfs_prop_init() 419 sync_table, sfeatures); in zfs_prop_init() 425 "CHECKSUM", checksum_table, sfeatures); in zfs_prop_init() 430 "DEDUP", dedup_table, sfeatures); in zfs_prop_init() 437 "COMPRESS", compress_table, sfeatures); in zfs_prop_init() 440 "disabled | hidden | visible", "SNAPDIR", snapdir_table, sfeatures); in zfs_prop_init() 443 "hidden | visible", "SNAPDEV", snapdev_table, sfeatures); in zfs_prop_init() 447 acl_mode_table, sfeatures); in zfs_prop_init() 456 "off | nfsv4 | posix", "ACLTYPE", acltype_table, sfeatures); in zfs_prop_init() [all …]
|
H A D | zfeature_common.c | 264 const struct zfs_mod_supported_features *sfeatures) in zfs_mod_supported() argument 268 if (sfeatures != NULL) in zfs_mod_supported() 269 return (sfeatures->all_features || in zfs_mod_supported() 270 tfind(name, &sfeatures->tree, STRCMP)); in zfs_mod_supported() 300 const struct zfs_mod_supported_features *sfeatures) in zfs_mod_supported_feature() argument 314 (void) name, (void) sfeatures; in zfs_mod_supported_feature() 317 return (zfs_mod_supported(ZFS_SYSFS_POOL_FEATURES, name, sfeatures)); in zfs_mod_supported_feature() 325 const struct zfs_mod_supported_features *sfeatures) in zfeature_register() argument 351 zfs_mod_supported_feature(guid, sfeatures); in zfeature_register() 370 struct zfs_mod_supported_features *sfeatures = in zpool_feature_init() local [all …]
|
H A D | zprop_common.c | 75 const struct zfs_mod_supported_features *sfeatures) in zfs_mod_supported_prop() argument 86 (void) name, (void) type, (void) sfeatures; in zfs_mod_supported_prop() 92 name, sfeatures)); in zfs_mod_supported_prop() 102 const struct zfs_mod_supported_features *sfeatures) in zprop_register_impl() argument 125 zfs_mod_supported_prop(name, objset_types, sfeatures); in zprop_register_impl() 136 const char *colname, const struct zfs_mod_supported_features *sfeatures) in zprop_register_string() argument 140 sfeatures); in zprop_register_string() 148 const struct zfs_mod_supported_features *sfeatures) in zprop_register_number() argument 152 sfeatures); in zprop_register_number() 159 const struct zfs_mod_supported_features *sfeatures) in zprop_register_index() argument [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 9492 <parameter type-id='a3372543' name='sfeatures'/>
|