Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h119 int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t);
120 int zprop_name_to_prop(const char *, zfs_type_t);
121 int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
122 int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
123 uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
124 const char *zprop_values(int, zfs_type_t);
125 size_t zprop_width(int, boolean_t *, zfs_type_t);
126 boolean_t zprop_valid_for_type(int, zfs_type_t, boolean_t);
H A Dzprop_common.c53 zprop_get_proptable(zfs_type_t type) in zprop_get_proptable()
62 zprop_get_numprops(zfs_type_t type) in zprop_get_numprops()
167 boolean_t ordered, zfs_type_t type) in zprop_iter_common()
254 zprop_name_to_prop(const char *propname, zfs_type_t type) in zprop_name_to_prop()
270 zfs_type_t type) in zprop_string_to_index()
296 zfs_type_t type) in zprop_index_to_string()
324 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) in zprop_random_value()
340 zprop_values(int prop, zfs_type_t type) in zprop_values()
360 zprop_valid_for_type(int prop, zfs_type_t type, boolean_t headcheck) in zprop_valid_for_type()
381 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width()
H A Dzfs_prop.c656 zfs_prop_valid_for_type(int prop, zfs_type_t types, boolean_t headcheck) in zfs_prop_valid_for_type()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.h43 zfs_type_t typemask;
51 zfs_type_t, zfs_type_t, char *);
53 jobject zjni_get_Dataset(JNIEnv *, jstring, zfs_type_t);
H A Dlibzfs_jni_dataset.c649 zfs_type_t typemask = in zjni_create_add_Dataset()
678 zfs_type_t parent_typemask, zfs_type_t child_typemask, char *arrayClass) in zjni_get_Datasets_below()
806 zjni_get_Dataset(JNIEnv *env, jstring nameUTF, zfs_type_t typemask) in zjni_get_Dataset()
H A Dlibzfs_jni_main.c496 zfs_type_t type;
501 zfs_type_t type;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h457 extern zfs_type_t zfs_get_type(const zfs_handle_t *);
475 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t, nvlist_t *,
558 boolean_t ordered, zfs_type_t type);
560 zfs_type_t);
585 zfs_type_t cb_type;
618 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
762 extern const char *zfs_type_to_name(zfs_type_t);
764 extern int zfs_name_valid(const char *, zfs_type_t);
765 extern zfs_handle_t *zfs_path_to_zhandle(libzfs_handle_t *, char *, zfs_type_t);
768 zfs_type_t);
H A Dlibzfs_impl.h103 zfs_type_t zfs_type; /* type including snapshot */
104 zfs_type_t zfs_head_type; /* type excluding snapshot */
213 int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
216 zfs_type_t type);
H A Dlibzfs_util.c788 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) in zfs_path_to_zhandle()
935 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type) in zprop_print_headers()
1268 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp, in zprop_parse_value()
1415 zfs_type_t type) in addlist()
1470 zfs_type_t type) in zprop_get_list()
1565 zfs_type_t type;
1588 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type) in zprop_expand_list()
1630 zfs_type_t type) in zprop_iter()
H A Dlibzfs_dataset.c82 zfs_type_to_name(zfs_type_t type) in zfs_type_to_name()
213 zfs_name_valid(const char *name, zfs_type_t type) in zfs_name_valid()
959 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist()
3302 zfs_type_t
3444 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types) in zfs_dataset_exists()
3580 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, in zfs_create()
3922 zfs_type_t type; in zfs_clone()
H A Dlibzfs_sendrecv.c3449 zfs_setup_cmdline_props(libzfs_handle_t *hdl, zfs_type_t type, in zfs_setup_cmdline_props()
3672 zfs_type_t type; in zfs_receive_one()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.h52 int zfs_for_each(int, char **, int options, zfs_type_t,
H A Dzfs_iter.c61 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 Dzfs_main.c697 zfs_mount_and_share(libzfs_handle_t *hdl, const char *dataset, zfs_type_t type) in zfs_mount_and_share()
871 zfs_type_t type = ZFS_TYPE_FILESYSTEM; in zfs_do_create()
1401 zfs_type_t type = ZFS_TYPE_DATASET; in zfs_do_destroy()
5673 zfs_type_t zfs_type = zfs_get_type(zhp); in set_deleg_perms()
6110 zfs_type_t type = zfs_get_type(zhp); in get_one_dataset()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c46 get_objset_type(dsl_dataset_t *ds, zfs_type_t *type) in get_objset_type()
78 zfs_type_t type; in get_objset_type_name()
317 zfs_type_t ds_type; in get_special_prop()
561 zfs_type_t zfs_type; in prop_valid_for_ds()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c293 zfs_type_t ztype; in snapshot_destroy()
H A Dndmpd.h459 zfs_type_t nz_type; /* type of ZFS dataset */
H A Dndmpd_zfs.c1179 zfs_type_t ztype = 0; in ndmpd_zfs_backup_pathvalid()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h66 } zfs_type_t; typedef
317 boolean_t zfs_prop_valid_for_type(int, zfs_type_t, boolean_t);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c133 zfs_type_t type = zfs_get_type(zhp); in get_one_filesystem()