/titanic_50/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_50/usr/src/common/zfs/ |
H A D | zfs_prop.c | 455 zfs_prop_delegatable(zfs_prop_t prop) in zfs_prop_delegatable() 469 zfs_prop_t 548 zfs_prop_string_to_index(zfs_prop_t prop, const char *string, uint64_t *index) in zfs_prop_string_to_index() 554 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string() 560 zfs_prop_random_value(zfs_prop_t prop, uint64_t seed) in zfs_prop_random_value() 575 zfs_prop_get_type(zfs_prop_t prop) in zfs_prop_get_type() 584 zfs_prop_readonly(zfs_prop_t prop) in zfs_prop_readonly() 594 zfs_prop_setonce(zfs_prop_t prop) in zfs_prop_setonce() 600 zfs_prop_default_string(zfs_prop_t prop) in zfs_prop_default_string() 606 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_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 161 } zfs_prop_t; typedef 256 const char *zfs_prop_default_string(zfs_prop_t); 257 uint64_t zfs_prop_default_numeric(zfs_prop_t); 258 boolean_t zfs_prop_readonly(zfs_prop_t); 259 boolean_t zfs_prop_inheritable(zfs_prop_t); 260 boolean_t zfs_prop_setonce(zfs_prop_t); 261 const char *zfs_prop_to_name(zfs_prop_t); 262 zfs_prop_t zfs_name_to_prop(const char *); 266 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **); 267 int zfs_prop_string_to_index(zfs_prop_t, const char *, uint64_t *); [all …]
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 419 extern const char *zfs_prop_default_string(zfs_prop_t); 420 extern uint64_t zfs_prop_default_numeric(zfs_prop_t); 421 extern const char *zfs_prop_column_name(zfs_prop_t); 422 extern boolean_t zfs_prop_align_right(zfs_prop_t); 427 extern const char *zfs_prop_to_name(zfs_prop_t); 430 extern int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t, 434 extern int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *, 446 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t); 448 extern const char *zfs_prop_values(zfs_prop_t); 449 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 | 932 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop() 960 zfs_prop_t prop; in zfs_valid_proplist() 1461 zfs_prop_t resv_prop; in zfs_add_synthetic_resv() 1500 zfs_setprop_error(libzfs_handle_t *hdl, zfs_prop_t prop, int err, in zfs_setprop_error() 1681 zfs_prop_t prop = zfs_name_to_prop(nvpair_name(elem)); in zfs_prop_set_list() 1732 zfs_prop_t prop = zfs_name_to_prop(nvpair_name(elem)); in zfs_prop_set_list() 1797 zfs_prop_t prop; in zfs_prop_inherit() 1892 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_uint64() 1913 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) in getprop_string() 1963 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 | 95 zfs_prop_t p_prop;
|
H A D | libzfs_sendrecv.c | 59 extern void zfs_setprop_error(libzfs_handle_t *, zfs_prop_t, int, char *); 700 zfs_prop_t prop = zfs_name_to_prop(propname); in send_iterate_prop() 3322 zfs_prop_t prop; in zfs_receive_one()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_prop.h | 107 void dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value); 109 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 | 304 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
|
/titanic_50/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 | 858 zfs_prop_t resv_prop; in zfs_do_create() 1877 zfs_prop_t prop = zfs_name_to_prop(cb->cb_propname); in inherit_recurse_cb() 1902 zfs_prop_t prop; in zfs_do_inherit() 2327 zfs_prop_t prop = sortcol->sc_prop; in us_compare()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
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() 940 zfs_prop_t prop; in dsl_prop_get_all_impl() 1169 dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value) in dsl_prop_nvlist_add_uint64() 1192 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 | 609 zfs_secpolicy_setprop(const char *dsname, zfs_prop_t prop, nvpair_t *propval, in zfs_secpolicy_setprop() 1150 zfs_prop_t prop = zfs_name_to_prop(zc->zc_value); in zfs_secpolicy_inherit_prop() 2195 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) in nvl_add_zplprop() 2449 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_prop_set_special() 2555 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_set_prop_nvlist() 2813 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_ioc_inherit_prop() 3778 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_check_settable() 4176 static const zfs_prop_t delayable[] = { ZFS_PROP_REFQUOTA, 0 }; in extract_delay_props()
|
H A D | dsl_dir.c | 705 dsl_enforce_ds_ss_limits(dsl_dir_t *dd, zfs_prop_t prop, cred_t *cr) in dsl_enforce_ds_ss_limits() 752 dsl_fs_ss_limit_check(dsl_dir_t *dd, uint64_t delta, zfs_prop_t prop, in dsl_fs_ss_limit_check()
|
/titanic_50/usr/src/lib/pyzfs/common/ |
H A D | ioctl.c | 486 zfs_prop_t i; in py_get_proptable()
|
/titanic_50/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_50/usr/src/cmd/fs.d/ |
H A D | df.c | 238 static uint64_t (*_zfs_prop_get_int)(zfs_handle_t *, zfs_prop_t);
|