Searched refs:sfeatures (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zpool_prop.c | 54 #define zprop_register_mc_props_impl(mcp, uprefix, lprefix, sfeatures) ({ \ argument 57 #uprefix "_SIZE", B_FALSE, sfeatures); \ 60 "<percent>", #uprefix "_CAP", B_FALSE, sfeatures); \ 63 #uprefix "_FREE", B_FALSE, sfeatures); \ 66 #uprefix "_ALLOC", B_FALSE, sfeatures); \ 69 #uprefix "_AVAIL", B_FALSE, sfeatures); \ 72 #uprefix "_USABLE", B_FALSE, sfeatures); \ 75 #uprefix "_USED", B_FALSE, sfeatures); \ 78 #uprefix "_EXPANDSZ", B_FALSE, sfeatures); \ 81 "<percent>", #uprefix "_FRAG", B_FALSE, sfeatures); \ [all …]
|
| H A D | zfs_prop.c | 408 struct zfs_mod_supported_features *sfeatures = in zfs_prop_init() local 416 redundant_metadata_table, sfeatures); in zfs_prop_init() 420 sync_table, sfeatures); in zfs_prop_init() 426 "CHECKSUM", checksum_table, sfeatures); in zfs_prop_init() 431 "DEDUP", dedup_table, sfeatures); in zfs_prop_init() 438 "COMPRESS", compress_table, sfeatures); in zfs_prop_init() 441 "disabled | hidden | visible", "SNAPDIR", snapdir_table, sfeatures); in zfs_prop_init() 444 "hidden | visible", "SNAPDEV", snapdev_table, sfeatures); in zfs_prop_init() 448 acl_mode_table, sfeatures); in zfs_prop_init() 457 "off | nfsv4 | posix", "ACLTYPE", acltype_table, sfeatures); in zfs_prop_init() [all …]
|
| H A D | zfeature_common.c | 265 const struct zfs_mod_supported_features *sfeatures) in zfs_mod_supported() argument 269 if (sfeatures != NULL) in zfs_mod_supported() 270 return (sfeatures->all_features || in zfs_mod_supported() 271 tfind(name, &sfeatures->tree, STRCMP)); in zfs_mod_supported() 301 const struct zfs_mod_supported_features *sfeatures) in zfs_mod_supported_feature() argument 315 (void) name, (void) sfeatures; in zfs_mod_supported_feature() 318 return (zfs_mod_supported(ZFS_SYSFS_POOL_FEATURES, name, sfeatures)); in zfs_mod_supported_feature() 326 const struct zfs_mod_supported_features *sfeatures) in zfeature_register() argument 352 zfs_mod_supported_feature(guid, sfeatures); in zfeature_register() 371 struct zfs_mod_supported_features *sfeatures = in zpool_feature_init() local [all …]
|
| H A D | zprop_common.c | 76 const struct zfs_mod_supported_features *sfeatures) in zfs_mod_supported_prop() argument 87 (void) name, (void) type, (void) sfeatures; in zfs_mod_supported_prop() 93 name, sfeatures)); in zfs_mod_supported_prop() 103 const struct zfs_mod_supported_features *sfeatures) in zprop_register_impl() argument 126 zfs_mod_supported_prop(name, objset_types, sfeatures); in zprop_register_impl() 137 const char *colname, const struct zfs_mod_supported_features *sfeatures) in zprop_register_string() argument 141 sfeatures); in zprop_register_string() 149 const struct zfs_mod_supported_features *sfeatures) in zprop_register_number() argument 153 sfeatures); in zprop_register_number() 160 const struct zfs_mod_supported_features *sfeatures) in zprop_register_index() argument [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 10173 <parameter type-id='a3372543' name='sfeatures'/>
|