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

/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.h45 zfs_type_t typemask;
53 zfs_type_t, zfs_type_t, char *);
55 jobject zjni_get_Dataset(JNIEnv *, jstring, zfs_type_t);
H A Dlibzfs_jni_dataset.c649 zfs_type_t typemask =
678 zfs_type_t parent_typemask, zfs_type_t child_typemask, char *arrayClass)
806 zjni_get_Dataset(JNIEnv *env, jstring nameUTF, zfs_type_t typemask)
H A Dlibzfs_jni_main.c498 zfs_type_t type;
503 zfs_type_t type;
538 /* Mappings of class names to zfs_type_t */
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h116 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 Dzprop_common.c53 zprop_get_proptable(zfs_type_t type)
62 zprop_get_numprops(zfs_type_t type)
167 boolean_t ordered, zfs_type_t type)
254 zprop_name_to_prop(const char *propname, zfs_type_t type)
270 zfs_type_t type)
296 zfs_type_t type)
324 zprop_random_value(int prop, uint64_t seed, zfs_type_t type)
340 zprop_values(int prop, zfs_type_t type)
356 zprop_valid_for_type(int prop, zfs_type_t type)
375 zprop_width(int prop, boolean_t *fixed, zfs_type_t typ
[all...]
H A Dzfs_prop.c566 zfs_prop_valid_for_type(int prop, zfs_type_t types)
/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,
444 zfs_type_t argtype;
H A Dzfs_main.c735 zfs_type_t type = ZFS_TYPE_FILESYSTEM;
1223 zfs_type_t type = ZFS_TYPE_DATASET;
5282 zfs_type_t zfs_type = zfs_get_type(zhp);
5714 zfs_type_t type = zfs_get_type(zhp);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h88 zfs_type_t zfs_type; /* type including snapshot */
89 zfs_type_t zfs_head_type; /* type excluding snapshot */
152 int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
155 zfs_type_t type);
H A Dlibzfs.h408 extern zfs_type_t zfs_get_type(const zfs_handle_t *);
426 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
496 boolean_t ordered, zfs_type_t type);
498 zfs_type_t);
523 zfs_type_t cb_type;
557 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
685 extern const char *zfs_type_to_name(zfs_type_t);
687 extern int zfs_name_valid(const char *, zfs_type_t);
688 extern zfs_handle_t *zfs_path_to_zhandle(libzfs_handle_t *, char *, zfs_type_t);
690 zfs_type_t);
[all...]
H A Dlibzfs_util.c695 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype)
842 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type)
1173 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp,
1293 zfs_type_t type)
1348 zfs_type_t type)
1443 zfs_type_t type;
1466 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type)
1508 zfs_type_t type)
H A Dlibzfs_dataset.c75 zfs_type_to_name(zfs_type_t type)
89 assert(!"unhandled zfs_type_t");
207 zfs_name_valid(const char *name, zfs_type_t type)
941 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl,
3007 zfs_type_t
3143 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types)
3265 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type,
3578 zfs_type_t type;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h55 } zfs_type_t; typedef in typeref:enum:__anon183
271 boolean_t zfs_prop_valid_for_type(int, zfs_type_t);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c293 zfs_type_t ztype;
H A Dndmpd.h459 zfs_type_t nz_type; /* type of ZFS dataset */
H A Dndmpd_zfs.c1174 zfs_type_t ztype = 0;
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c129 zfs_type_t type = zfs_get_type(zhp);

Completed in 152 milliseconds