Searched refs:sfeatures (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zpool_prop.c | 69 struct zfs_mod_supported_features *sfeatures = in zpool_prop_init() local 74 ZFS_TYPE_POOL, "<path>", "ALTROOT", sfeatures); in zpool_prop_init() 76 ZFS_TYPE_POOL, "<filesystem>", "BOOTFS", sfeatures); in zpool_prop_init() 79 sfeatures); in zpool_prop_init() 82 sfeatures); in zpool_prop_init() 85 "<file[,file...]> | off | legacy", "COMPATIBILITY", sfeatures); in zpool_prop_init() 89 ZFS_TYPE_POOL, "<size>", "SIZE", B_FALSE, sfeatures); in zpool_prop_init() 91 ZFS_TYPE_POOL, "<size>", "FREE", B_FALSE, sfeatures); in zpool_prop_init() 93 ZFS_TYPE_POOL, "<size>", "FREEING", B_FALSE, sfeatures); in zpool_prop_init() 96 sfeatures); in zpool_prop_init() [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 | 9732 <parameter type-id='a3372543' name='sfeatures'/>
|