| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 720 zfs_prop_delegatable(zfs_prop_t prop) in zfs_prop_delegatable() 734 zfs_prop_t 842 zfs_prop_get_type(zfs_prop_t prop) in zfs_prop_get_type() 851 zfs_prop_readonly(zfs_prop_t prop) in zfs_prop_readonly() 862 zfs_prop_visible(zfs_prop_t prop) in zfs_prop_visible() 872 zfs_prop_setonce(zfs_prop_t prop) in zfs_prop_setonce() 895 zfs_prop_to_name(zfs_prop_t prop) in zfs_prop_to_name() 904 zfs_prop_inheritable(zfs_prop_t prop) in zfs_prop_inheritable() 952 zfs_prop_values(zfs_prop_t prop) in zfs_prop_values() 963 zfs_prop_is_string(zfs_prop_t prop) in zfs_prop_is_string() [all …]
|
| H A D | zfs_deleg.c | 93 zfs_prop_t prop; in zfs_deleg_canonicalize_perm()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 480 extern const char *zfs_prop_default_string(zfs_prop_t); 481 extern uint64_t zfs_prop_default_numeric(zfs_prop_t); 482 extern const char *zfs_prop_column_name(zfs_prop_t); 483 extern boolean_t zfs_prop_align_right(zfs_prop_t); 488 extern const char *zfs_prop_to_name(zfs_prop_t); 491 extern int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t, 495 extern int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *, 507 extern uint64_t getprop_uint64(zfs_handle_t *, zfs_prop_t, char **); 508 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t); 510 extern const char *zfs_prop_values(zfs_prop_t); [all …]
|
| H A D | zfs_prop.h | 91 zprop_type_t zfs_prop_get_type(zfs_prop_t); 92 boolean_t zfs_prop_delegatable(zfs_prop_t prop);
|
| H A D | libzfs_impl.h | 147 void zfs_setprop_error(libzfs_handle_t *, zfs_prop_t, int, char *); 188 prop_changelist_t *changelist_gather(zfs_handle_t *, zfs_prop_t, int, int); 215 zfs_prop_t p_prop;
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 190 } zfs_prop_t; typedef 303 const char *zfs_prop_default_string(zfs_prop_t); 304 uint64_t zfs_prop_default_numeric(zfs_prop_t); 305 boolean_t zfs_prop_readonly(zfs_prop_t); 306 boolean_t zfs_prop_visible(zfs_prop_t prop); 307 boolean_t zfs_prop_inheritable(zfs_prop_t); 308 boolean_t zfs_prop_setonce(zfs_prop_t); 309 boolean_t zfs_prop_encryption_key_param(zfs_prop_t); 311 const char *zfs_prop_to_name(zfs_prop_t); 312 zfs_prop_t zfs_name_to_prop(const char *); [all …]
|
| /f-stack/freebsd/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() 455 get_zap_prop(lua_State *state, dsl_dataset_t *ds, zfs_prop_t zfs_prop) in get_zap_prop() 504 prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop) in prop_valid_for_ds() 531 zfs_prop_t zfs_prop) in zcp_get_system_prop() 794 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() 166 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_get_ds() 370 zfs_prop_t prop = zfs_name_to_prop(propname); in dsl_prop_predict() 996 zfs_prop_t prop; in dsl_prop_get_all_impl() 1230 dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value) in dsl_prop_nvlist_add_uint64() 1253 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 | 320 zfs_prop_t prop = zfs_name_to_prop(args->zipa_prop); in zcp_synctask_inherit_prop_check()
|
| H A D | zfs_ioctl.c | 604 zfs_secpolicy_setprop(const char *dsname, zfs_prop_t prop, nvpair_t *propval, in zfs_secpolicy_setprop() 1115 zfs_prop_t prop = zfs_name_to_prop(zc->zc_value); in zfs_secpolicy_inherit_prop() 2136 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) in nvl_add_zplprop() 2414 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_prop_set_special() 2550 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_set_prop_nvlist() 2815 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_ioc_inherit_prop() 4375 zfs_prop_t prop = zfs_name_to_prop(propname); in zfs_check_settable() 4760 static const zfs_prop_t delayable[] = { in extract_delay_props() 4924 zfs_prop_t prop = zfs_name_to_prop(name); in zfs_ioc_recv_impl()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dsl_prop.h | 118 void dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value); 120 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 | dsl_dir.h | 182 int dsl_fs_ss_limit_check(dsl_dir_t *, uint64_t, zfs_prop_t, dsl_dir_t *,
|
| H A D | zfs_znode.h | 258 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.h | 38 zfs_prop_t sc_prop;
|
| H A D | zfs_iter.c | 176 zfs_prop_t prop; in zfs_add_sort_column()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 76 zfs_prop_t cl_prop; 77 zfs_prop_t cl_realprop; 78 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */ 570 compare_props(const void *a, const void *b, zfs_prop_t prop) in compare_props() 624 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, in changelist_gather()
|
| H A D | libzfs_dataset.c | 984 zfs_which_resv_prop(zfs_handle_t *zhp, zfs_prop_t *resv_prop) in zfs_which_resv_prop() 1012 zfs_prop_t prop; in zfs_valid_proplist() 1595 zfs_prop_t resv_prop; in zfs_add_synthetic_resv() 1644 zfs_prop_t prop; in zfs_fix_auto_resv() 1691 zfs_is_namespace_prop(zfs_prop_t prop) in zfs_is_namespace_prop() 1756 zfs_prop_t prop = 0; in zfs_prop_set_list() 1934 zfs_prop_t prop; in zfs_prop_inherit() 2352 zfs_prop_t prop; in zfs_prop_get_recvd() 2980 zfs_prop_get_int(zfs_handle_t *zhp, zfs_prop_t prop) in zfs_prop_get_int() 4280 zfs_prop_t resv_prop = { 0 }; in zfs_rollback() [all …]
|
| H A D | libzfs_iter.c | 215 for (zfs_prop_t p = 0; p < ZFS_NUM_PROPS; p++) { in zfs_iter_bookmarks()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 220 extern int zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop,
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 310 extern int zfs_get_temporary_prop(struct dsl_dataset *ds, zfs_prop_t zfs_prop,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 260 zfs_selinux_setcontext(zfs_handle_t *zhp, zfs_prop_t zpt, const char *name, in zfs_selinux_setcontext()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 325 zfs_prop_t prop = zfs_name_to_prop(kobject_name(kobj)); in dataset_property_show()
|
| H A D | zfs_vfsops.c | 556 zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop, uint64_t *val, in zfs_get_temporary_prop() 2027 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 149 zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop, uint64_t *val, in zfs_get_temporary_prop() 2181 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop()
|