Searched refs:zfs_type_t (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/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_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);
H A Dlibzfs.h470 extern zfs_type_t zfs_get_type(const zfs_handle_t *);
488 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t, nvlist_t *,
575 boolean_t ordered, zfs_type_t type);
577 zfs_type_t);
602 zfs_type_t cb_type;
638 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
809 extern const char *zfs_type_to_name(zfs_type_t);
811 extern int zfs_name_valid(const char *, zfs_type_t);
813 zfs_type_t);
816 zfs_type_t);
[all...]
/freebsd-13-stable/sys/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,
459 zfs_type_t argtype;
H A Dzfs_main.c758 zfs_mount_and_share(libzfs_handle_t *hdl, const char *dataset, zfs_type_t type)
1048 zfs_type_t type = ZFS_TYPE_FILESYSTEM;
1642 zfs_type_t type = ZFS_TYPE_DATASET;
6191 zfs_type_t zfs_type = zfs_get_type(zhp);
6632 zfs_type_t type = zfs_get_type(zhp);
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c52 zprop_get_proptable(zfs_type_t type)
61 zprop_get_numprops(zfs_type_t type)
70 zfs_mod_supported_prop(const char *name, zfs_type_t type)
186 boolean_t ordered, zfs_type_t type)
274 zprop_name_to_prop(const char *propname, zfs_type_t type)
290 zfs_type_t type)
316 zfs_type_t type)
344 zprop_random_value(int prop, uint64_t seed, zfs_type_t type)
360 zprop_values(int prop, zfs_type_t type)
380 zprop_valid_for_type(int prop, zfs_type_t typ
[all...]
H A Dzfs_prop.c836 zfs_prop_valid_for_type(int prop, zfs_type_t types, boolean_t headcheck)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c48 get_objset_type(dsl_dataset_t *ds, zfs_type_t *type)
80 zfs_type_t type;
233 zfs_type_t ds_type;
507 zfs_type_t zfs_type;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1132 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype)
1263 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type)
1605 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp,
1758 zfs_type_t type)
1813 zfs_type_t type)
1908 zfs_type_t type;
1931 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type)
1973 zfs_type_t type)
H A Dlibzfs_dataset.c79 zfs_type_to_name(zfs_type_t type)
93 assert(!"unhandled zfs_type_t");
221 zfs_name_valid(const char *name, zfs_type_t type)
1004 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl,
3330 zfs_type_t
3472 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types)
3609 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type,
3949 zfs_type_t type;
H A Dlibzfs_sendrecv.c3892 zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type,
4125 zfs_type_t type;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c248 zfs_type_t ztm_type;
561 zfs_type_t type)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h58 } zfs_type_t; typedef in typeref:enum:__anon10505
320 boolean_t zfs_prop_valid_for_type(int, zfs_type_t, boolean_t);
/freebsd-13-stable/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c458 zfs_type_t type = zfs_get_type(zhp);

Completed in 220 milliseconds