Home
last modified time | relevance | path

Searched refs:zfs_prop_t (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c807 zfs_prop_delegatable(zfs_prop_t prop) in zfs_prop_delegatable()
823 zfs_prop_t
893 zfs_prop_string_to_index(zfs_prop_t prop, const char *string, uint64_t *index) in zfs_prop_string_to_index()
899 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string()
905 zfs_prop_random_value(zfs_prop_t prop, uint64_t seed) in zfs_prop_random_value()
920 zfs_prop_get_type(zfs_prop_t prop) in zfs_prop_get_type()
931 zfs_prop_readonly(zfs_prop_t prop) in zfs_prop_readonly()
944 zfs_prop_visible(zfs_prop_t prop) in zfs_prop_visible()
956 zfs_prop_setonce(zfs_prop_t prop) in zfs_prop_setonce()
965 zfs_prop_default_string(zfs_prop_t prop) in zfs_prop_default_string()
[all …]
H A Dzfs_deleg.c99 zfs_prop_t prop = zfs_name_to_prop(perm); in zfs_deleg_canonicalize_perm()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h207 } zfs_prop_t; typedef
394 _SYS_FS_ZFS_H const char *zfs_prop_default_string(zfs_prop_t);
395 _SYS_FS_ZFS_H uint64_t zfs_prop_default_numeric(zfs_prop_t);
396 _SYS_FS_ZFS_H boolean_t zfs_prop_readonly(zfs_prop_t);
397 _SYS_FS_ZFS_H boolean_t zfs_prop_visible(zfs_prop_t prop);
398 _SYS_FS_ZFS_H boolean_t zfs_prop_inheritable(zfs_prop_t);
399 _SYS_FS_ZFS_H boolean_t zfs_prop_setonce(zfs_prop_t);
400 _SYS_FS_ZFS_H boolean_t zfs_prop_encryption_key_param(zfs_prop_t);
402 _SYS_FS_ZFS_H const char *zfs_prop_to_name(zfs_prop_t);
403 _SYS_FS_ZFS_H zfs_prop_t zfs_name_to_prop(const char *);
[all …]
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h554 _LIBZFS_H const char *zfs_prop_default_string(zfs_prop_t);
555 _LIBZFS_H uint64_t zfs_prop_default_numeric(zfs_prop_t);
556 _LIBZFS_H const char *zfs_prop_column_name(zfs_prop_t);
557 _LIBZFS_H boolean_t zfs_prop_align_right(zfs_prop_t);
563 _LIBZFS_H const char *zfs_prop_to_name(zfs_prop_t);
567 _LIBZFS_H int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t,
571 _LIBZFS_H int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *,
583 _LIBZFS_H uint64_t getprop_uint64(zfs_handle_t *, zfs_prop_t, const char **);
584 _LIBZFS_H uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
586 _LIBZFS_H const char *zfs_prop_values(zfs_prop_t);
[all …]
H A Dzfs_prop.h94 _ZFS_PROP_H zprop_type_t zfs_prop_get_type(zfs_prop_t);
95 _ZFS_PROP_H boolean_t zfs_prop_delegatable(zfs_prop_t prop);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h138 extern void zfs_setprop_error(libzfs_handle_t *, zfs_prop_t, int, char *);
180 extern prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int,
203 zfs_prop_t p_prop;
H A Dlibzfs_changelist.c77 zfs_prop_t cl_prop;
78 zfs_prop_t cl_realprop;
79 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
591 compare_props(const void *a, const void *b, zfs_prop_t prop) in compare_props()
645 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, in changelist_gather()
H A Dlibzfs_dataset.c1010 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop()
1038 zfs_prop_t prop; in zfs_valid_proplist()
1609 zfs_prop_t resv_prop; in zfs_add_synthetic_resv()
1658 zfs_prop_t prop; in zfs_fix_auto_resv()
1705 zfs_is_namespace_prop(zfs_prop_t prop) in zfs_is_namespace_prop()
1780 zfs_prop_t prop; in zfs_prop_set_list_flags()
1959 zfs_prop_t prop; in zfs_prop_inherit()
2065 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, const char **source) in getprop_uint64()
2086 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, const char **source) in getprop_string()
2137 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property()
[all …]
H A Dlibzfs_iter.c236 for (zfs_prop_t p = 0; p < ZFS_NUM_PROPS; p++) { in zfs_iter_bookmarks_v2()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c105 get_prop_src(lua_State *state, const char *setpoint, zfs_prop_t prop) in get_prop_src()
188 get_dsl_dir_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop, in get_dsl_dir_prop()
225 zfs_prop_t zfs_prop) in get_special_prop()
479 get_zap_prop(lua_State *state, dsl_dataset_t *ds, zfs_prop_t zfs_prop) in get_zap_prop()
531 prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop) in prop_valid_for_ds()
557 zfs_prop_t zfs_prop) in zcp_get_system_prop()
819 zfs_prop_t zfs_prop = zfs_name_to_prop(property_name); in zcp_get_prop()
H A Ddsl_prop.c49 dodefault(zfs_prop_t prop, int intsz, int numints, void *buf) in dodefault()
76 dsl_prop_known_index(zfs_prop_t prop, uint64_t value) in dsl_prop_known_index()
93 zfs_prop_t prop; in dsl_prop_get_dd()
195 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_get_ds()
399 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_predict()
694 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_set_iuv()
1076 zfs_prop_t prop; in dsl_prop_get_all_impl()
1328 dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value) in dsl_prop_nvlist_add_uint64()
1351 dsl_prop_nvlist_add_string(nvlist_t *nv, zfs_prop_t prop, const char *value) in dsl_prop_nvlist_add_string()
H A Dzfs_znode.c319 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop()
H A Dzcp_synctask.c404 zfs_prop_t prop = zfs_name_to_prop(args->zipa_prop); in zcp_synctask_inherit_prop_check()
H A Dzfs_ioctl.c604 zfs_secpolicy_setprop(const char *dsname, zfs_prop_t prop, nvpair_t *propval, in zfs_secpolicy_setprop()
1114 zfs_prop_t prop = zfs_name_to_prop(zc->zc_value); in zfs_secpolicy_inherit_prop()
2237 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) in nvl_add_zplprop()
2528 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_prop_set_special()
2703 zfs_is_namespace_prop(zfs_prop_t prop) in zfs_is_namespace_prop()
2750 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_set_prop_nvlist()
3026 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_ioc_inherit_prop()
4851 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_check_settable()
5223 static const zfs_prop_t delayable[] = { in extract_delay_props()
5393 zfs_prop_t prop = zfs_name_to_prop(name); in zfs_ioc_recv_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_prop.h119 void dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value);
121 zfs_prop_t prop, const char *value);
H A Dzcp_prop.h29 boolean_t prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop);
H A Dzvol.h54 extern int zvol_set_common(const char *, zfs_prop_t, zprop_source_t, uint64_t);
H A Ddsl_dir.h187 int dsl_fs_ss_limit_check(dsl_dir_t *, uint64_t, zfs_prop_t, dsl_dir_t *,
H A Dzfs_znode.h164 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h232 extern int zfs_get_temporary_prop(struct dsl_dataset *ds, zfs_prop_t zfs_prop,
235 extern int zfs_set_default_quota(zfsvfs_t *zfsvfs, zfs_prop_t zfs_prop,
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.h39 zfs_prop_t sc_prop;
H A Dzfs_iter.c177 zfs_prop_t prop; in zfs_add_sort_column()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h257 extern int zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop,
259 extern int zfs_set_default_quota(zfsvfs_t *zfsvfs, zfs_prop_t zfs_prop,
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c268 zfs_selinux_setcontext(zfs_handle_t *zhp, zfs_prop_t zpt, const char *name, in zfs_selinux_setcontext()
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c472 zfs_prop_t i; in py_get_proptable()

12