/freebsd/sys/contrib/openzfs/include/ |
H A D | zfs_prop.h | 135 zfs_type_t); 136 _ZFS_PROP_H int zprop_name_to_prop(const char *, zfs_type_t); 138 zfs_type_t); 140 zfs_type_t); 141 _ZFS_PROP_H uint64_t zprop_random_value(int, uint64_t, zfs_type_t); 142 _ZFS_PROP_H const char *zprop_values(int, zfs_type_t); 143 _ZFS_PROP_H size_t zprop_width(int, boolean_t *, zfs_type_t); 144 _ZFS_PROP_H boolean_t zprop_valid_for_type(int, zfs_type_t, boolean_t);
|
H A D | libzfs.h | 524 _LIBZFS_H zfs_type_t zfs_get_type(const zfs_handle_t *); 525 _LIBZFS_H zfs_type_t zfs_get_underlying_type(const zfs_handle_t *); 543 _LIBZFS_H nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t, 624 zfs_type_t, boolean_t); 636 boolean_t ordered, zfs_type_t type); 638 zfs_type_t); 672 zfs_type_t cb_type; 748 _LIBZFS_H int zfs_create(libzfs_handle_t *, const char *, zfs_type_t, 929 _LIBZFS_H const char *zfs_type_to_name(zfs_type_t); 931 _LIBZFS_H int zfs_name_valid(const char *, zfs_type_t); [all …]
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zprop_common.c | 52 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable() 63 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() 74 zfs_mod_supported_prop(const char *name, zfs_type_t type, in zfs_mod_supported_prop() 204 boolean_t ordered, zfs_type_t type) in zprop_iter_common() 294 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop() 310 zfs_type_t type) in zprop_string_to_index() 336 zfs_type_t type) in zprop_index_to_string() 364 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value() 380 zprop_values(int prop, zfs_type_t type) in zprop_values() 400 zprop_valid_for_type(int prop, zfs_type_t type, boolean_t headcheck) in zprop_valid_for_type() [all …]
|
H A D | zfs_prop.c | 891 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 D | libzfs_impl.h | 81 zfs_type_t zfs_type; /* type including snapshot */ 82 zfs_type_t zfs_head_type; /* type excluding snapshot */ 145 extern int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t, 148 zfs_type_t type);
|
H A D | libzfs_util.c | 1159 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype) in zfs_path_to_zhandle() 1281 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type) in zprop_print_headers() 1748 zfs_type_t type, nvlist_t *ret, const char **svalp, uint64_t *ivalp, in zprop_parse_value() 1932 zfs_type_t type) in addlist() 1979 zfs_type_t type) in zprop_get_list() 2037 zfs_type_t type; 2059 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type) in zprop_expand_list() 2099 zfs_type_t type) in zprop_iter()
|
H A D | libzfs_dataset.c | 82 zfs_type_to_name(zfs_type_t type) in zfs_type_to_name() 224 zfs_name_valid(const char *name, zfs_type_t type) in zfs_name_valid() 1030 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist() 3432 zfs_type_t 3442 zfs_type_t 3584 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) in zfs_dataset_exists() 3721 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 D | libzfs_sendrecv.c | 3131 zfs_type_t type = zfs_get_type(zhp); in recv_destroy() 4190 zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type, in zfs_setup_cmdline_props() 4448 zfs_type_t type = ZFS_TYPE_INVALID; in zfs_receive_one()
|
H A D | libzfs_pool.c | 948 zfs_type_t type, boolean_t literal) in zpool_expand_proplist()
|
H A D | libzfs.abi | 1925 <enum-decl name='zfs_type_t' naming-typedef-id='2e45de5d' id='5d8f7321'> 1935 <typedef-decl name='zfs_type_t' type-id='5d8f7321' id='2e45de5d'/>
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.h | 68 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **, zfs_type_t, 76 zpool_list_t *pool_list_get(int, char **, zprop_list_t **, zfs_type_t,
|
H A D | zpool_iter.c | 63 zfs_type_t zl_type; 116 pool_list_get(int argc, char **argv, zprop_list_t **proplist, zfs_type_t type, in pool_list_get() 252 zprop_list_t **proplist, zfs_type_t type, boolean_t literal, in for_each_pool()
|
H A D | zpool_main.c | 444 static zfs_type_t current_prop_type = (ZFS_TYPE_POOL | ZFS_TYPE_VDEV); 12827 zfs_type_t cb_type;
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_iter.h | 43 int zfs_for_each(int, char **, int options, zfs_type_t,
|
H A D | zfs_iter.c | 61 zfs_type_t cb_types; 433 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types, in zfs_for_each() 502 zfs_type_t argtype = types; in zfs_for_each()
|
H A D | zfs_main.c | 760 zfs_mount_and_share(libzfs_handle_t *hdl, const char *dataset, zfs_type_t type) in zfs_mount_and_share() 1050 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_do_create() 1652 zfs_type_t type = ZFS_TYPE_DATASET; in zfs_do_destroy() 1929 zfs_type_t type = zfs_get_type(zhp); in fill_dataset_info() 6569 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms() 7027 zfs_type_t type = zfs_get_type(zhp); in get_one_dataset()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_get.c | 48 get_objset_type(dsl_dataset_t *ds, zfs_type_t *type) in get_objset_type() 79 zfs_type_t type = ZFS_TYPE_INVALID; in get_objset_type_name() 232 zfs_type_t ds_type = ZFS_TYPE_INVALID; in get_special_prop() 506 zfs_type_t zfs_type = ZFS_TYPE_INVALID; in prop_valid_for_ds()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_sysfs.c | 254 zfs_type_t ztm_type; 581 zfs_type_t type) in zfs_sysfs_properties_init()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 61 } zfs_type_t; typedef 404 _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 D | pam_zfs_key.c | 678 zfs_type_t type = zfs_get_type(zhp); in find_dsname_by_prop_value()
|