Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/
H A Dzfs_prop.h136 zfs_type_t);
137 _ZFS_PROP_H int zprop_name_to_prop(const char *, zfs_type_t);
139 zfs_type_t);
141 zfs_type_t);
142 _ZFS_PROP_H uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
143 _ZFS_PROP_H const char *zprop_values(int, zfs_type_t);
144 _ZFS_PROP_H size_t zprop_width(int, boolean_t *, zfs_type_t);
145 _ZFS_PROP_H boolean_t zprop_valid_for_type(int, zfs_type_t, boolean_t);
H A Dlibzfs.h540 _LIBZFS_H zfs_type_t zfs_get_type(const zfs_handle_t *);
541 _LIBZFS_H zfs_type_t zfs_get_underlying_type(const zfs_handle_t *);
559 _LIBZFS_H nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
641 zfs_type_t, boolean_t);
653 boolean_t ordered, zfs_type_t type);
655 zfs_type_t);
689 zfs_type_t cb_type;
765 _LIBZFS_H int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
946 _LIBZFS_H const char *zfs_type_to_name(zfs_type_t);
948 _LIBZFS_H int zfs_name_valid(const char *, zfs_type_t);
[all …]
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c53 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable()
64 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops()
75 zfs_mod_supported_prop(const char *name, zfs_type_t type, in zfs_mod_supported_prop()
205 boolean_t ordered, zfs_type_t type) in zprop_iter_common()
295 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop()
311 zfs_type_t type) in zprop_string_to_index()
337 zfs_type_t type) in zprop_index_to_string()
365 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value()
381 zprop_values(int prop, zfs_type_t type) in zprop_values()
401 zprop_valid_for_type(int prop, zfs_type_t type, boolean_t headcheck) in zprop_valid_for_type()
[all …]
H A Dzfs_prop.c914 zfs_prop_valid_for_type(int prop, zfs_type_t types, boolean_t headcheck) in zfs_prop_valid_for_type()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h82 zfs_type_t zfs_type; /* type including snapshot */
83 zfs_type_t zfs_head_type; /* type excluding snapshot */
146 extern int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
149 zfs_type_t type);
H A Dlibzfs_util.c1166 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype) in zfs_path_to_zhandle()
1288 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type) in zprop_print_headers()
1755 zfs_type_t type, nvlist_t *ret, const char **svalp, uint64_t *ivalp, in zprop_parse_value()
1939 zfs_type_t type) in addlist()
1986 zfs_type_t type) in zprop_get_list()
2044 zfs_type_t type;
2066 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type) in zprop_expand_list()
2106 zfs_type_t type) in zprop_iter()
H A Dlibzfs_dataset.c83 zfs_type_to_name(zfs_type_t type) in zfs_type_to_name()
225 zfs_name_valid(const char *name, zfs_type_t type) in zfs_name_valid()
1031 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist()
3412 zfs_type_t
3422 zfs_type_t
3564 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) in zfs_dataset_exists()
3701 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, in zfs_create()
4064 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_clone()
H A Dlibzfs_sendrecv.c3132 zfs_type_t type = zfs_get_type(zhp); in recv_destroy()
4191 zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type, in zfs_setup_cmdline_props()
4449 zfs_type_t type = ZFS_TYPE_INVALID; in zfs_receive_one()
H A Dlibzfs_pool.c951 zfs_type_t type, boolean_t literal) in zpool_expand_proplist()
H A Dlibzfs.abi2129 <enum-decl name='zfs_type_t' naming-typedef-id='2e45de5d' id='5d8f7321'>
2139 <typedef-decl name='zfs_type_t' type-id='5d8f7321' id='2e45de5d'/>
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h69 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **, zfs_type_t,
77 zpool_list_t *pool_list_get(int, char **, zprop_list_t **, zfs_type_t,
H A Dzpool_iter.c64 zfs_type_t zl_type;
117 pool_list_get(int argc, char **argv, zprop_list_t **proplist, zfs_type_t type, in pool_list_get()
253 zprop_list_t **proplist, zfs_type_t type, boolean_t literal, in for_each_pool()
H A Dzpool_main.c445 static zfs_type_t current_prop_type = (ZFS_TYPE_POOL | ZFS_TYPE_VDEV);
12913 zfs_type_t cb_type;
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.h44 int zfs_for_each(int, char **, int options, zfs_type_t,
H A Dzfs_iter.c62 zfs_type_t cb_types;
434 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types, in zfs_for_each()
503 zfs_type_t argtype = types; in zfs_for_each()
H A Dzfs_main.c771 zfs_mount_and_share(libzfs_handle_t *hdl, const char *dataset, zfs_type_t type) in zfs_mount_and_share()
1061 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_do_create()
1663 zfs_type_t type = ZFS_TYPE_DATASET; in zfs_do_destroy()
1940 zfs_type_t type = zfs_get_type(zhp); in fill_dataset_info()
6582 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms()
7040 zfs_type_t type = zfs_get_type(zhp); in get_one_dataset()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c49 get_objset_type(dsl_dataset_t *ds, zfs_type_t *type) in get_objset_type()
80 zfs_type_t type = ZFS_TYPE_INVALID; in get_objset_type_name()
233 zfs_type_t ds_type = ZFS_TYPE_INVALID; in get_special_prop()
533 zfs_type_t zfs_type = ZFS_TYPE_INVALID; in prop_valid_for_ds()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c255 zfs_type_t ztm_type;
582 zfs_type_t type) in zfs_sysfs_properties_init()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h62 } zfs_type_t; typedef
411 _SYS_FS_ZFS_H boolean_t zfs_prop_valid_for_type(int, zfs_type_t, boolean_t);
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c679 zfs_type_t type = zfs_get_type(zhp); in find_dsname_by_prop_value()