Lines Matching defs:feature
453 "invalid feature '%s'"), fname);
739 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s",
808 * Get the state for the given feature on the given ZFS pool.
818 const char *feature = strchr(propname, '@') + 1;
824 * Convert from feature name to feature guid. This conversion is
832 ret = zfeature_lookup_name(feature, &fid);
837 feature = spa_feature_table[fid].fi_guid;
840 if (nvlist_lookup_uint64(features, feature, &refcount) == 0)
1757 "pool uses the following feature(s) not "