Home
last modified time | relevance | path

Searched refs:zfs_type_t (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/
H A Dzfs_prop.h120 int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t);
121 int zprop_name_to_prop(const char *, zfs_type_t);
122 int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
123 int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
124 uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
125 const char *zprop_values(int, zfs_type_t);
126 size_t zprop_width(int, boolean_t *, zfs_type_t);
127 boolean_t zprop_valid_for_type(int, zfs_type_t, boolean_t);
H A Dlibzfs.h467 extern zfs_type_t zfs_get_type(const zfs_handle_t *);
485 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t, nvlist_t *,
572 boolean_t ordered, zfs_type_t type);
574 zfs_type_t);
599 zfs_type_t cb_type;
635 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
803 extern const char *zfs_type_to_name(zfs_type_t);
805 extern int zfs_name_valid(const char *, zfs_type_t);
807 zfs_type_t);
810 zfs_type_t);
H A Dlibzfs_impl.h81 zfs_type_t zfs_type; /* type including snapshot */
82 zfs_type_t zfs_head_type; /* type excluding snapshot */
154 int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
157 zfs_type_t type);
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzprop_common.c52 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable()
61 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops()
70 zfs_mod_supported_prop(const char *name, zfs_type_t type) in zfs_mod_supported_prop()
186 boolean_t ordered, zfs_type_t type) in zprop_iter_common()
274 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop()
290 zfs_type_t type) in zprop_string_to_index()
316 zfs_type_t type) in zprop_index_to_string()
344 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value()
360 zprop_values(int prop, zfs_type_t type) in zprop_values()
380 zprop_valid_for_type(int prop, zfs_type_t type, boolean_t headcheck) in zprop_valid_for_type()
[all …]
H A Dzfs_prop.c836 zfs_prop_valid_for_type(int prop, zfs_type_t types, boolean_t headcheck) in zfs_prop_valid_for_type()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.h51 int zfs_for_each(int, char **, int options, zfs_type_t,
H A Dzfs_iter.c62 zfs_type_t cb_types;
389 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types, in zfs_for_each()
459 zfs_type_t argtype; in zfs_for_each()
H A Dzfs_main.c734 zfs_mount_and_share(libzfs_handle_t *hdl, const char *dataset, zfs_type_t type) in zfs_mount_and_share()
1024 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_do_create()
1618 zfs_type_t type = ZFS_TYPE_DATASET; in zfs_do_destroy()
6148 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms()
6589 zfs_type_t type = zfs_get_type(zhp); in get_one_dataset()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_get.c48 get_objset_type(dsl_dataset_t *ds, zfs_type_t *type) in get_objset_type()
80 zfs_type_t type; in get_objset_type_name()
233 zfs_type_t ds_type; in get_special_prop()
507 zfs_type_t zfs_type; in prop_valid_for_ds()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1134 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype)
1265 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type)
1607 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp,
1760 zfs_type_t type)
1815 zfs_type_t type)
1910 zfs_type_t type;
1933 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type)
1975 zfs_type_t type)
H A Dlibzfs_dataset.c80 zfs_type_to_name(zfs_type_t type) in zfs_type_to_name()
222 zfs_name_valid(const char *name, zfs_type_t type) in zfs_name_valid()
1005 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist()
3330 zfs_type_t
3472 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) in zfs_dataset_exists()
3609 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, in zfs_create()
3949 zfs_type_t type; in zfs_clone()
H A Dlibzfs_sendrecv.c3890 zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type, in zfs_setup_cmdline_props()
4113 zfs_type_t type; in zfs_receive_one()
H A Dlibzfs.abi996 …<typedef-decl name='zfs_type_t' type-id='type-id-96' filepath='../../include/sys/fs/zfs.h' line='5…
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c248 zfs_type_t ztm_type;
561 zfs_type_t type) in zfs_sysfs_properties_init()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h58 } zfs_type_t; typedef
319 boolean_t zfs_prop_valid_for_type(int, zfs_type_t, boolean_t);
/f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c458 zfs_type_t type = zfs_get_type(zhp); in find_dsname_by_prop_value()