Lines Matching defs:property
53 * Returns the id of this property (or ZPROP_INVAL if NULL). The id matches
57 * property id is always higher than the zfs_prop_t of a built-in ZFS property.
70 * ZPROP_INVAL if this is a registered external property. See zprop_id().
226 avl_node_t zpd_link; /* property table linkage */
228 avl_tree_t *zpd_sublist; /* NULL if property or alias */
243 /* property before sublist of the same name */
348 boolean_t property = (spec != ZPROP_SUBLIST);
351 if (property) {
352 zpd.zpd_sublist = NULL; /* look for property first */
446 if (property) {
447 zpd.zpd_sublist = NULL; /* property first */
758 * If the property name is valid, its length is returned through the namelen
800 zpropdef_node_t *pnode; /* property or previous sublist node */
873 /* add the property alias to the table */
893 /* add the property entry to the table */
908 * Scan the property name backwards from the end looking for sublist
963 * chain. If not, then OR the valid types for this property all
1082 * A bad external property definition does not prevent
1371 * Some property aliases depend on pool version or otherwise cannot be resolved
1373 * property names that are now aliases for new property names, but only when the
1376 * Returns the remapped property id, or the given property id unchanged if the
1377 * property is not aliased or the zfs_handle_t does not support the alias. If
1378 * non-NULL, the in-out "valid" parameter indicates whether the given property
1427 * the property does not apply to volumes and snapshots in any case.