Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/
H A Dzfs_prop.h126 zfs_type_t);
127 _ZFS_PROP_H int zprop_name_to_prop(const char *, zfs_type_t);
129 zfs_type_t);
131 zfs_type_t);
132 _ZFS_PROP_H uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
133 _ZFS_PROP_H const char *zprop_values(int, zfs_type_t);
134 _ZFS_PROP_H size_t zprop_width(int, boolean_t *, zfs_type_t);
135 _ZFS_PROP_H boolean_t zprop_valid_for_type(int, zfs_type_t, boolean_t);
H A Dlibzfs.h538 _LIBZFS_H zfs_type_t zfs_get_type(const zfs_handle_t *);
539 _LIBZFS_H zfs_type_t zfs_get_underlying_type(const zfs_handle_t *);
557 _LIBZFS_H nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
639 zfs_type_t, boolean_t);
651 boolean_t ordered, zfs_type_t type);
653 zfs_type_t);
687 zfs_type_t cb_type;
763 _LIBZFS_H int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
949 _LIBZFS_H const char *zfs_type_to_name(zfs_type_t);
951 _LIBZFS_H int zfs_name_valid(const char *, zfs_type_t);
[all …]
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c43 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable()
54 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops()
65 zfs_mod_supported_prop(const char *name, zfs_type_t type, in zfs_mod_supported_prop()
195 boolean_t ordered, zfs_type_t type) in zprop_iter_common()
285 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop()
301 zfs_type_t type) in zprop_string_to_index()
327 zfs_type_t type) in zprop_index_to_string()
355 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value()
371 zprop_values(int prop, zfs_type_t type) in zprop_values()
391 zprop_valid_for_type(int prop, zfs_type_t type, boolean_t headcheck) in zprop_valid_for_type()
[all …]
H A Dzfs_prop.c919 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.h66 zfs_type_t zfs_type; /* type including snapshot */
67 zfs_type_t zfs_head_type; /* type excluding snapshot */
143 extern int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
146 zfs_type_t type);
H A Dlibzfs_util.c1167 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype) in zfs_path_to_zhandle()
1289 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type) in zprop_print_headers()
1756 zfs_type_t type, nvlist_t *ret, const char **svalp, uint64_t *ivalp, in zprop_parse_value()
1940 zfs_type_t type) in addlist()
1987 zfs_type_t type) in zprop_get_list()
2045 zfs_type_t type;
2067 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type) in zprop_expand_list()
2107 zfs_type_t type) in zprop_iter()
H A Dlibzfs_dataset.c73 zfs_type_to_name(zfs_type_t type) in zfs_type_to_name()
215 zfs_name_valid(const char *name, zfs_type_t type) in zfs_name_valid()
837 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist()
3212 zfs_type_t
3222 zfs_type_t
3368 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) in zfs_dataset_exists()
3516 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, in zfs_create()
3879 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_clone()
H A Dlibzfs_sendrecv.c3141 zfs_type_t type = zfs_get_type(zhp); in recv_destroy()
4221 zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type, in zfs_setup_cmdline_props()
4479 zfs_type_t type = ZFS_TYPE_INVALID; in zfs_receive_one()
H A Dlibzfs_pool.c1001 zfs_type_t type, boolean_t literal) in zpool_expand_proplist()
H A Dlibzfs.abi2266 <enum-decl name='zfs_type_t' naming-typedef-id='2e45de5d' id='5d8f7321'>
2276 <typedef-decl name='zfs_type_t' type-id='5d8f7321' id='2e45de5d'/>
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h57 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **, zfs_type_t,
65 zpool_list_t *pool_list_get(int, char **, zprop_list_t **, zfs_type_t,
H A Dzpool_iter.c52 zfs_type_t zl_type;
120 pool_list_get(int argc, char **argv, zprop_list_t **proplist, zfs_type_t type, in pool_list_get()
269 zprop_list_t **proplist, zfs_type_t type, boolean_t literal, in for_each_pool()
H A Dzpool_main.c451 static zfs_type_t current_prop_type = (ZFS_TYPE_POOL | ZFS_TYPE_VDEV);
13381 zfs_type_t cb_type;
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.h34 int zfs_for_each(int, char **, int options, zfs_type_t,
H A Dzfs_iter.c53 zfs_type_t cb_types;
420 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types, in zfs_for_each()
482 zfs_type_t argtype = types; in zfs_for_each()
H A Dzfs_main.c784 zfs_mount_and_share(libzfs_handle_t *hdl, const char *dataset, zfs_type_t type) in zfs_mount_and_share()
1110 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_do_create()
1724 zfs_type_t type = ZFS_TYPE_DATASET; in zfs_do_destroy()
2001 zfs_type_t type = zfs_get_type(zhp); in fill_dataset_info()
6552 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms()
7010 zfs_type_t type = zfs_get_type(zhp); in get_one_dataset()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c45 get_objset_type(dsl_dataset_t *ds, zfs_type_t *type) in get_objset_type()
76 zfs_type_t type = ZFS_TYPE_INVALID; in get_objset_type_name()
229 zfs_type_t ds_type = ZFS_TYPE_INVALID; in get_special_prop()
537 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.c245 zfs_type_t ztm_type;
572 zfs_type_t type) in zfs_sysfs_properties_init()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h52 } zfs_type_t; typedef
524 _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.c683 zfs_type_t type = zfs_get_type(zhp); in find_dsname_by_prop_value()
/freebsd/lib/libbe/
H A Dbe.c898 be_zfs_create(libzfs_handle_t *lzh, const char *buf, zfs_type_t t, in be_zfs_create()