/titanic_44/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 | 43 jobject zjni_get_default_property(JNIEnv *, zfs_prop_t); 46 zfs_prop_t zjni_get_property_from_name(const char *);
|
H A D | libzfs_jni_main.c | 486 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 D | zfs_prop.c | 440 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 D | zfs_prop.h | 87 zprop_type_t zfs_prop_get_type(zfs_prop_t); 88 boolean_t zfs_prop_delegatable(zfs_prop_t prop);
|
H A D | zfs_deleg.c | 83 zfs_prop_t prop; in zfs_deleg_canonicalize_perm()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 158 } 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 D | libzfs.h | 416 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 D | libzfs_changelist.c | 74 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 D | libzfs_dataset.c | 931 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 D | libzfs_impl.h | 180 prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, int);
|
H A D | libzfs_mount.c | 94 zfs_prop_t p_prop;
|
H A D | libzfs_sendrecv.c | 57 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 D | dsl_prop.h | 99 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 D | dsl_dir.h | 153 int dsl_fs_ss_limit_check(dsl_dir_t *, uint64_t, zfs_prop_t, dsl_dir_t *,
|
H A D | zfs_znode.h | 303 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_iter.h | 38 zfs_prop_t sc_prop;
|
H A D | zfs_iter.c | 157 zfs_prop_t prop; in zfs_add_sort_column()
|
H A D | zfs_main.c | 833 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 D | dsl_prop.c | 47 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 D | zfs_ioctl.c | 606 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 D | dsl_dir.c | 709 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 D | ioctl.c | 471 zfs_prop_t i; in py_get_proptable()
|
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 338 get_zfs_property(char *dataset, zfs_prop_t property) in get_zfs_property()
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | df.c | 238 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t);
|