Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c45 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 Dlibzfs_jni_property.h43 jobject zjni_get_default_property(JNIEnv *, zfs_prop_t);
46 zfs_prop_t zjni_get_property_from_name(const char *);
H A Dlibzfs_jni_main.c486 zfs_prop_t prop = zjni_get_property_from_name(name); in Java_com_sun_zfs_common_model_SystemDataModel_getPropertyDefault()
/titanic_44/usr/src/common/zfs/
H A Dzfs_prop.c440 zfs_prop_delegatable(zfs_prop_t prop) in zfs_prop_delegatable()
454 zfs_prop_t
533 zfs_prop_string_to_index(zfs_prop_t prop, const char *string, uint64_t *index) in zfs_prop_string_to_index()
539 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string()
545 zfs_prop_random_value(zfs_prop_t prop, uint64_t seed) in zfs_prop_random_value()
560 zfs_prop_get_type(zfs_prop_t prop) in zfs_prop_get_type()
569 zfs_prop_readonly(zfs_prop_t prop) in zfs_prop_readonly()
579 zfs_prop_setonce(zfs_prop_t prop) in zfs_prop_setonce()
585 zfs_prop_default_string(zfs_prop_t prop) in zfs_prop_default_string()
591 zfs_prop_default_numeric(zfs_prop_t prop) in zfs_prop_default_numeric()
[all …]
H A Dzfs_prop.h87 zprop_type_t zfs_prop_get_type(zfs_prop_t);
88 boolean_t zfs_prop_delegatable(zfs_prop_t prop);
H A Dzfs_deleg.c83 zfs_prop_t prop; in zfs_deleg_canonicalize_perm()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dzfs.h158 } zfs_prop_t; typedef
253 const char *zfs_prop_default_string(zfs_prop_t);
254 uint64_t zfs_prop_default_numeric(zfs_prop_t);
255 boolean_t zfs_prop_readonly(zfs_prop_t);
256 boolean_t zfs_prop_inheritable(zfs_prop_t);
257 boolean_t zfs_prop_setonce(zfs_prop_t);
258 const char *zfs_prop_to_name(zfs_prop_t);
259 zfs_prop_t zfs_name_to_prop(const char *);
263 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
264 int zfs_prop_string_to_index(zfs_prop_t, const char *, uint64_t *);
[all …]
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs.h416 extern const char *zfs_prop_default_string(zfs_prop_t);
417 extern uint64_t zfs_prop_default_numeric(zfs_prop_t);
418 extern const char *zfs_prop_column_name(zfs_prop_t);
419 extern boolean_t zfs_prop_align_right(zfs_prop_t);
424 extern const char *zfs_prop_to_name(zfs_prop_t);
427 extern int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t,
431 extern int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *,
443 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
445 extern const char *zfs_prop_values(zfs_prop_t);
446 extern int zfs_prop_is_string(zfs_prop_t prop);
H A Dlibzfs_changelist.c74 zfs_prop_t cl_prop;
75 zfs_prop_t cl_realprop;
76 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
529 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, in changelist_gather()
H A Dlibzfs_dataset.c931 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop()
958 zfs_prop_t prop; in zfs_valid_proplist()
1459 zfs_prop_t resv_prop; in zfs_add_synthetic_resv()
1498 zfs_setprop_error(libzfs_handle_t *hdl, zfs_prop_t prop, int err, in zfs_setprop_error()
1672 zfs_prop_t prop = zfs_name_to_prop(nvpair_name(elem)); in zfs_prop_set_list()
1723 zfs_prop_t prop = zfs_name_to_prop(nvpair_name(elem)); in zfs_prop_set_list()
1788 zfs_prop_t prop; in zfs_prop_inherit()
1883 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_uint64()
1904 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_string()
1954 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property()
[all …]
H A Dlibzfs_impl.h180 prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, int);
H A Dlibzfs_mount.c94 zfs_prop_t p_prop;
H A Dlibzfs_sendrecv.c57 extern void zfs_setprop_error(libzfs_handle_t *, zfs_prop_t, int, char *);
698 zfs_prop_t prop = zfs_name_to_prop(propname); in send_iterate_prop()
3311 zfs_prop_t prop; in zfs_receive_one()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_prop.h99 void dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value);
101 zfs_prop_t prop, const char *value);
H A Ddsl_dir.h153 int dsl_fs_ss_limit_check(dsl_dir_t *, uint64_t, zfs_prop_t, dsl_dir_t *,
H A Dzfs_znode.h303 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
/titanic_44/usr/src/cmd/zfs/
H A Dzfs_iter.h38 zfs_prop_t sc_prop;
H A Dzfs_iter.c157 zfs_prop_t prop; in zfs_add_sort_column()
H A Dzfs_main.c833 zfs_prop_t resv_prop; in zfs_do_create()
1854 zfs_prop_t prop = zfs_name_to_prop(cb->cb_propname); in inherit_recurse_cb()
1879 zfs_prop_t prop; in zfs_do_inherit()
2304 zfs_prop_t prop = sortcol->sc_prop; in us_compare()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c47 zfs_prop_t prop; in dodefault()
80 zfs_prop_t prop; in dsl_prop_get_dd()
164 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_get_ds()
310 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_predict()
890 zfs_prop_t prop; in dsl_prop_get_all_impl()
1119 dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value) in dsl_prop_nvlist_add_uint64()
1142 dsl_prop_nvlist_add_string(nvlist_t *nv, zfs_prop_t prop, const char *value) in dsl_prop_nvlist_add_string()
H A Dzfs_ioctl.c606 zfs_secpolicy_setprop(const char *dsname, zfs_prop_t prop, nvpair_t *propval, in zfs_secpolicy_setprop()
1147 zfs_prop_t prop = zfs_name_to_prop(zc->zc_value); in zfs_secpolicy_inherit_prop()
2192 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) in nvl_add_zplprop()
2446 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_prop_set_special()
2552 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_set_prop_nvlist()
2810 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_ioc_inherit_prop()
3775 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_check_settable()
H A Ddsl_dir.c709 dsl_enforce_ds_ss_limits(dsl_dir_t *dd, zfs_prop_t prop, cred_t *cr) in dsl_enforce_ds_ss_limits()
756 dsl_fs_ss_limit_check(dsl_dir_t *dd, uint64_t delta, zfs_prop_t prop, in dsl_fs_ss_limit_check()
/titanic_44/usr/src/lib/pyzfs/common/
H A Dioctl.c471 zfs_prop_t i; in py_get_proptable()
/titanic_44/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c338 get_zfs_property(char *dataset, zfs_prop_t property) in get_zfs_property()
/titanic_44/usr/src/cmd/fs.d/
H A Ddf.c238 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t);

12