/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 45 zfs_prop_t prop; 57 zfs_prop_t, str_to_obj_f, uint64_to_obj_f, char *, char *); 58 static jobject create_BooleanProperty(JNIEnv *, zfs_handle_t *, zfs_prop_t); 59 static jobject create_LongProperty(JNIEnv *, zfs_handle_t *, zfs_prop_t); 60 static jobject create_StringProperty(JNIEnv *, zfs_handle_t *, zfs_prop_t); 62 zfs_prop_t, str_to_obj_f, uint64_to_obj_f, char *, char *); 63 static jobject create_default_BasicProperty(JNIEnv *, zfs_prop_t, 65 static jobject create_default_BooleanProperty(JNIEnv *, zfs_prop_t); 66 static jobject create_default_LongProperty(JNIEnv *, zfs_prop_t); 67 static jobject create_default_StringProperty(JNIEnv *, zfs_prop_t); [all …]
|
H A D | libzfs_jni_property.h | 41 jobject zjni_get_default_property(JNIEnv *, zfs_prop_t); 44 zfs_prop_t zjni_get_property_from_name(const char *);
|
H A D | libzfs_jni_main.c | 484 zfs_prop_t prop = zjni_get_property_from_name(name); in Java_com_sun_zfs_common_model_SystemDataModel_getPropertyDefault()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.c | 542 zfs_prop_delegatable(zfs_prop_t prop) in zfs_prop_delegatable() 556 zfs_prop_t 635 zfs_prop_string_to_index(zfs_prop_t prop, const char *string, uint64_t *index) in zfs_prop_string_to_index() 641 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string() 647 zfs_prop_random_value(zfs_prop_t prop, uint64_t seed) in zfs_prop_random_value() 662 zfs_prop_get_type(zfs_prop_t prop) in zfs_prop_get_type() 671 zfs_prop_readonly(zfs_prop_t prop) in zfs_prop_readonly() 682 zfs_prop_visible(zfs_prop_t prop) in zfs_prop_visible() 691 zfs_prop_setonce(zfs_prop_t prop) in zfs_prop_setonce() 698 zfs_prop_default_string(zfs_prop_t prop) in zfs_prop_default_string() [all …]
|
H A D | zfs_prop.h | 90 zprop_type_t zfs_prop_get_type(zfs_prop_t); 91 boolean_t zfs_prop_delegatable(zfs_prop_t prop);
|
H A D | zfs_deleg.c | 95 zfs_prop_t prop; in zfs_deleg_canonicalize_perm()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 188 } zfs_prop_t; typedef 301 const char *zfs_prop_default_string(zfs_prop_t); 302 uint64_t zfs_prop_default_numeric(zfs_prop_t); 303 boolean_t zfs_prop_readonly(zfs_prop_t); 304 boolean_t zfs_prop_visible(zfs_prop_t prop); 305 boolean_t zfs_prop_inheritable(zfs_prop_t); 306 boolean_t zfs_prop_setonce(zfs_prop_t); 307 boolean_t zfs_prop_encryption_key_param(zfs_prop_t); 309 const char *zfs_prop_to_name(zfs_prop_t); 310 zfs_prop_t zfs_name_to_prop(const char *); [all …]
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 470 extern const char *zfs_prop_default_string(zfs_prop_t); 471 extern uint64_t zfs_prop_default_numeric(zfs_prop_t); 472 extern const char *zfs_prop_column_name(zfs_prop_t); 473 extern boolean_t zfs_prop_align_right(zfs_prop_t); 478 extern const char *zfs_prop_to_name(zfs_prop_t); 481 extern int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t, 485 extern int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *, 497 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t); 499 extern const char *zfs_prop_values(zfs_prop_t); 500 extern int zfs_prop_is_string(zfs_prop_t prop);
|
H A D | libzfs_changelist.c | 75 zfs_prop_t cl_prop; 76 zfs_prop_t cl_realprop; 77 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */ 561 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, in changelist_gather()
|
H A D | libzfs_dataset.c | 938 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop() 966 zfs_prop_t prop; in zfs_valid_proplist() 1585 zfs_prop_t resv_prop; in zfs_add_synthetic_resv() 1634 zfs_prop_t prop; in zfs_fix_auto_resv() 1681 zfs_setprop_error(libzfs_handle_t *hdl, zfs_prop_t prop, int err, in zfs_setprop_error() 1878 zfs_prop_t prop = zfs_name_to_prop(nvpair_name(elem)); in zfs_prop_set_list() 1935 zfs_prop_t prop = zfs_name_to_prop(nvpair_name(elem)); in zfs_prop_set_list() 2000 zfs_prop_t prop; in zfs_prop_inherit() 2095 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_uint64() 2116 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_string() [all …]
|
H A D | libzfs_impl.h | 239 prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, int);
|
H A D | libzfs_sendrecv.c | 65 extern void zfs_setprop_error(libzfs_handle_t *, zfs_prop_t, int, char *); 718 zfs_prop_t prop = zfs_name_to_prop(propname); in send_iterate_prop() 3504 zfs_prop_t prop = zfs_name_to_prop(name); in zfs_setup_cmdline_props() 4181 zfs_prop_t prop; in zfs_receive_one() 4468 zfs_prop_t prop; in zfs_receive_checkprops()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_get.c | 103 get_prop_src(lua_State *state, const char *setpoint, zfs_prop_t prop) in get_prop_src() 186 get_dsl_dir_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop, in get_dsl_dir_prop() 223 zfs_prop_t zfs_prop) in get_special_prop() 428 get_zap_prop(lua_State *state, dsl_dataset_t *ds, zfs_prop_t zfs_prop) in get_zap_prop() 481 prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop) in prop_valid_for_ds() 508 zfs_prop_t zfs_prop) in zcp_get_system_prop() 770 zfs_prop_t zfs_prop = zfs_name_to_prop(property_name); in zcp_get_prop()
|
H A D | dsl_prop.c | 46 dodefault(zfs_prop_t prop, int intsz, int numints, void *buf) in dodefault() 79 zfs_prop_t prop; in dsl_prop_get_dd() 163 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_get_ds() 366 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_predict() 938 zfs_prop_t prop; in dsl_prop_get_all_impl() 1168 dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value) in dsl_prop_nvlist_add_uint64() 1191 dsl_prop_nvlist_add_string(nvlist_t *nv, zfs_prop_t prop, const char *value) in dsl_prop_nvlist_add_string()
|
H A D | zcp_synctask.c | 309 zfs_prop_t prop = zfs_name_to_prop(args->zipa_prop); in zcp_synctask_inherit_prop_check()
|
H A D | zfs_ioctl.c | 691 zfs_secpolicy_setprop(const char *dsname, zfs_prop_t prop, nvpair_t *propval, in zfs_secpolicy_setprop() 1234 zfs_prop_t prop = zfs_name_to_prop(zc->zc_value); in zfs_secpolicy_inherit_prop() 2259 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) in nvl_add_zplprop() 2514 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_prop_set_special() 2634 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_set_prop_nvlist() 2903 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_ioc_inherit_prop() 4270 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_check_settable() 4696 static const zfs_prop_t delayable[] = { in extract_delay_props() 4847 zfs_prop_t prop = zfs_name_to_prop(name); in zfs_ioc_recv_impl()
|
H A D | dsl_dir.c | 713 dsl_enforce_ds_ss_limits(dsl_dir_t *dd, zfs_prop_t prop, cred_t *cr) in dsl_enforce_ds_ss_limits() 789 dsl_fs_ss_limit_check(dsl_dir_t *dd, uint64_t delta, zfs_prop_t prop, in dsl_fs_ss_limit_check()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_prop.h | 116 void dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value); 118 zfs_prop_t prop, const char *value);
|
H A D | zcp_prop.h | 28 boolean_t prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop);
|
H A D | zfs_vfsops.h | 168 extern int zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop,
|
H A D | dsl_dir.h | 172 int dsl_fs_ss_limit_check(dsl_dir_t *, uint64_t, zfs_prop_t, dsl_dir_t *,
|
H A D | zfs_znode.h | 325 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_iter.h | 39 zfs_prop_t sc_prop;
|
H A D | zfs_iter.c | 160 zfs_prop_t prop; in zfs_add_sort_column()
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | ioctl.c | 486 zfs_prop_t i; in py_get_proptable()
|