| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 822 zfs_prop_delegatable(zfs_prop_t prop) in zfs_prop_delegatable() 838 zfs_prop_t 908 zfs_prop_string_to_index(zfs_prop_t prop, const char *string, uint64_t *index) in zfs_prop_string_to_index() 914 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string() 920 zfs_prop_random_value(zfs_prop_t prop, uint64_t seed) in zfs_prop_random_value() 935 zfs_prop_get_type(zfs_prop_t prop) in zfs_prop_get_type() 946 zfs_prop_readonly(zfs_prop_t prop) in zfs_prop_readonly() 959 zfs_prop_visible(zfs_prop_t prop) in zfs_prop_visible() 971 zfs_prop_setonce(zfs_prop_t prop) in zfs_prop_setonce() 980 zfs_prop_default_string(zfs_prop_t prop) in zfs_prop_default_string() [all …]
|
| H A D | zfs_deleg.c | 100 zfs_prop_t prop = zfs_name_to_prop(perm); in zfs_deleg_canonicalize_perm()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_impl.h | 145 extern void zfs_setprop_error(libzfs_handle_t *, zfs_prop_t, int, char *); 187 extern prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, 192 extern boolean_t zfs_is_namespace_prop(zfs_prop_t); 193 extern uint32_t zfs_namespace_prop_flag(zfs_prop_t); 214 zfs_prop_t p_prop;
|
| H A D | libzfs_changelist.c | 77 zfs_prop_t cl_prop; 78 zfs_prop_t cl_realprop; 79 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */ 549 compare_props(const void *a, const void *b, zfs_prop_t prop) in compare_props() 601 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, in changelist_gather()
|
| H A D | libzfs_dataset.c | 826 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop() 854 zfs_prop_t prop; in zfs_valid_proplist() 1425 zfs_prop_t resv_prop; in zfs_add_synthetic_resv() 1474 zfs_prop_t prop; in zfs_fix_auto_resv() 1576 zfs_prop_t prop; in zfs_prop_set_list_flags() 1755 zfs_prop_t prop; in zfs_prop_inherit() 1862 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, const char **source) in getprop_uint64() 1883 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, const char **source) in getprop_string() 1934 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property() 2202 zfs_prop_t prop; in zfs_prop_get_recvd() [all …]
|
| H A D | libzfs_mount.c | 111 zfs_is_namespace_prop(zfs_prop_t prop) in zfs_is_namespace_prop() 132 zfs_namespace_prop_flag(zfs_prop_t prop) in zfs_namespace_prop_flag() 335 zfs_prop_t prop, const char *on, const char *off) in zfs_add_option()
|
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 209 } zfs_prop_t; typedef 497 _SYS_FS_ZFS_H const char *zfs_prop_default_string(zfs_prop_t); 498 _SYS_FS_ZFS_H uint64_t zfs_prop_default_numeric(zfs_prop_t); 499 _SYS_FS_ZFS_H boolean_t zfs_prop_readonly(zfs_prop_t); 500 _SYS_FS_ZFS_H boolean_t zfs_prop_visible(zfs_prop_t prop); 501 _SYS_FS_ZFS_H boolean_t zfs_prop_inheritable(zfs_prop_t); 502 _SYS_FS_ZFS_H boolean_t zfs_prop_setonce(zfs_prop_t); 503 _SYS_FS_ZFS_H boolean_t zfs_prop_encryption_key_param(zfs_prop_t); 505 _SYS_FS_ZFS_H const char *zfs_prop_to_name(zfs_prop_t); 506 _SYS_FS_ZFS_H zfs_prop_t zfs_name_to_prop(const char *); [all …]
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 557 _LIBZFS_H const char *zfs_prop_default_string(zfs_prop_t); 558 _LIBZFS_H uint64_t zfs_prop_default_numeric(zfs_prop_t); 559 _LIBZFS_H const char *zfs_prop_column_name(zfs_prop_t); 560 _LIBZFS_H boolean_t zfs_prop_align_right(zfs_prop_t); 566 _LIBZFS_H const char *zfs_prop_to_name(zfs_prop_t); 570 _LIBZFS_H int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t, 574 _LIBZFS_H int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *, 586 _LIBZFS_H uint64_t getprop_uint64(zfs_handle_t *, zfs_prop_t, const char **); 587 _LIBZFS_H uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t); 589 _LIBZFS_H const char *zfs_prop_values(zfs_prop_t); [all …]
|
| H A D | zfs_prop.h | 94 _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/module/zfs/ |
| H A D | zcp_get.c | 105 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() 487 get_zap_prop(lua_State *state, dsl_dataset_t *ds, zfs_prop_t zfs_prop) in get_zap_prop() 539 prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop) in prop_valid_for_ds() 565 zfs_prop_t zfs_prop) in zcp_get_system_prop() 827 zfs_prop_t zfs_prop = zfs_name_to_prop(property_name); in zcp_get_prop()
|
| H A D | dsl_prop.c | 49 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 D | zfs_znode.c | 319 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop()
|
| H A D | zcp_synctask.c | 404 zfs_prop_t prop = zfs_name_to_prop(args->zipa_prop); in zcp_synctask_inherit_prop_check()
|
| H A D | zfs_ioctl.c | 695 zfs_secpolicy_setprop(const char *dsname, zfs_prop_t prop, nvpair_t *propval, in zfs_secpolicy_setprop() 1313 zfs_prop_t prop = zfs_name_to_prop(zc->zc_value); in zfs_secpolicy_inherit_prop() 2455 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) in nvl_add_zplprop() 2746 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_prop_set_special() 2943 zfs_is_namespace_prop(zfs_prop_t prop) in zfs_is_namespace_prop() 2990 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_set_prop_nvlist() 3266 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_ioc_inherit_prop() 5138 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_check_settable() 5526 static const zfs_prop_t delayable[] = { in extract_delay_props() 5696 zfs_prop_t prop = zfs_name_to_prop(name); in zfs_ioc_recv_impl()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dsl_prop.h | 119 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 D | zcp_prop.h | 29 boolean_t prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop);
|
| H A D | zvol.h | 54 extern int zvol_set_common(const char *, zfs_prop_t, zprop_source_t, uint64_t);
|
| H A D | dsl_dir.h | 187 int dsl_fs_ss_limit_check(dsl_dir_t *, uint64_t, zfs_prop_t, dsl_dir_t *,
|
| H A D | zfs_znode.h | 164 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 D | zfs_vfsops_os.h | 233 extern int zfs_get_temporary_prop(struct dsl_dataset *ds, zfs_prop_t zfs_prop, 236 extern int zfs_set_default_quota(zfsvfs_t *zfsvfs, zfs_prop_t zfs_prop,
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.h | 39 zfs_prop_t sc_prop;
|
| H A D | zfs_iter.c | 175 zfs_prop_t prop; in zfs_add_sort_column()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 257 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 D | libzfs_mount_os.c | 267 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 D | ioctl.c | 472 zfs_prop_t i; in py_get_proptable()
|