/netbsd-src/external/cddl/osnet/dist/common/zfs/ |
H A D | zfs_prop.h | 116 int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t); 117 int zprop_name_to_prop(const char *, zfs_type_t); 118 int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t); 119 int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t); 120 uint64_t zprop_random_value(int, uint64_t, zfs_type_t); 121 const char *zprop_values(int, zfs_type_t); 122 size_t zprop_width(int, boolean_t *, zfs_type_t); 123 boolean_t zprop_valid_for_type(int, zfs_type_t);
|
H A D | zprop_common.c | 57 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable() 66 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops() 171 boolean_t ordered, zfs_type_t type) in zprop_iter_common() 258 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop() 274 zfs_type_t type) in zprop_string_to_index() 300 zfs_type_t type) in zprop_index_to_string() 328 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value() 344 zprop_values(int prop, zfs_type_t type) in zprop_values() 360 zprop_valid_for_type(int prop, zfs_type_t type) in zprop_valid_for_type() 379 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width()
|
H A D | zfs_prop.c | 586 zfs_prop_valid_for_type(int prop, zfs_type_t types) in zfs_prop_valid_for_type()
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs.h | 411 extern zfs_type_t zfs_get_type(const zfs_handle_t *); 429 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t, 499 boolean_t ordered, zfs_type_t type); 501 zfs_type_t); 526 zfs_type_t cb_type; 560 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t, 698 extern const char *zfs_type_to_name(zfs_type_t); 700 extern int zfs_name_valid(const char *, zfs_type_t); 701 extern zfs_handle_t *zfs_path_to_zhandle(libzfs_handle_t *, char *, zfs_type_t); 703 zfs_type_t);
|
H A D | libzfs_impl.h | 85 zfs_type_t zfs_type; /* type including snapshot */ 86 zfs_type_t zfs_head_type; /* type excluding snapshot */ 149 int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t, 152 zfs_type_t type);
|
H A D | libzfs_util.c | 740 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) in zfs_path_to_zhandle() 915 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type) in zprop_print_headers() 1246 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp, in zprop_parse_value() 1366 zfs_type_t type) in addlist() 1421 zfs_type_t type) in zprop_get_list() 1516 zfs_type_t type; 1539 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type) in zprop_expand_list() 1581 zfs_type_t type) in zprop_iter()
|
H A D | libzfs_dataset.c | 73 zfs_type_to_name(zfs_type_t type) in zfs_type_to_name() 190 zfs_name_valid(const char *name, zfs_type_t type) in zfs_name_valid() 863 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist() 2960 zfs_type_t 3096 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) in zfs_dataset_exists() 3218 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, in zfs_create() 3531 zfs_type_t type; in zfs_clone()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_iter.c | 61 zfs_type_t cb_types; 374 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types, in zfs_for_each() 444 zfs_type_t argtype; in zfs_for_each()
|
H A D | zfs_iter.h | 52 int zfs_for_each(int, char **, int options, zfs_type_t,
|
H A D | zfs_main.c | 762 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_do_create() 1259 zfs_type_t type = ZFS_TYPE_DATASET; in zfs_do_destroy() 5335 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms() 5780 zfs_type_t type = zfs_get_type(zhp); in get_one_dataset()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/fs/ |
H A D | zfs.h | 58 } zfs_type_t; typedef 273 boolean_t zfs_prop_valid_for_type(int, zfs_type_t);
|