HomeSort by relevance Sort by last modified time
    Searched refs:zfs_type_t (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/lib/libzfs_jni/common/
libzfs_jni_dataset.h 45 zfs_type_t typemask;
53 zfs_type_t, zfs_type_t, char *);
55 jobject zjni_get_Dataset(JNIEnv *, jstring, zfs_type_t);
libzfs_jni_dataset.c 647 zfs_type_t typemask =
676 zfs_type_t parent_typemask, zfs_type_t child_typemask, char *arrayClass)
804 zjni_get_Dataset(JNIEnv *env, jstring nameUTF, zfs_type_t typemask)
libzfs_jni_main.c 498 zfs_type_t type;
503 zfs_type_t type;
538 /* Mappings of class names to zfs_type_t */
  /onnv/onnv-gate/usr/src/common/zfs/
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);
zprop_common.c 50 zprop_get_proptable(zfs_type_t type)
59 zprop_get_numprops(zfs_type_t type)
162 boolean_t ordered, zfs_type_t type)
249 zprop_name_to_prop(const char *propname, zfs_type_t type)
265 zfs_type_t type)
291 zfs_type_t type)
319 zprop_random_value(int prop, uint64_t seed, zfs_type_t type)
335 zprop_values(int prop, zfs_type_t type)
351 zprop_valid_for_type(int prop, zfs_type_t type)
370 zprop_width(int prop, boolean_t *fixed, zfs_type_t type
    [all...]
zfs_prop.c 471 zfs_prop_valid_for_type(int prop, zfs_type_t types)
  /onnv/onnv-gate/usr/src/cmd/zfs/
zfs_iter.h 47 int zfs_for_each(int, char **, int options, zfs_type_t,
zfs_iter.c 58 zfs_type_t cb_types;
342 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types,
418 zfs_type_t argtype;
zfs_main.c 598 zfs_type_t type = ZFS_TYPE_FILESYSTEM;
942 zfs_type_t type = ZFS_TYPE_DATASET;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_impl.h 90 zfs_type_t zfs_type; /* type including snapshot */
91 zfs_type_t zfs_head_type; /* type excluding snapshot */
153 int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
156 zfs_type_t type);
libzfs.h 362 extern zfs_type_t zfs_get_type(const zfs_handle_t *);
379 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
430 boolean_t ordered, zfs_type_t type);
432 zfs_type_t);
457 zfs_type_t cb_type;
478 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
557 extern const char *zfs_type_to_name(zfs_type_t);
559 extern int zfs_name_valid(const char *, zfs_type_t);
560 extern zfs_handle_t *zfs_path_to_zhandle(libzfs_handle_t *, char *, zfs_type_t);
562 zfs_type_t);
    [all...]
libzfs_util.c 646 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype)
799 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type)
1126 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp,
1236 zfs_type_t type)
1287 zfs_type_t type)
    [all...]
libzfs_dataset.c 66 zfs_type_to_name(zfs_type_t type)
214 zfs_name_valid(const char *name, zfs_type_t type)
740 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/fs/
zfs.h 49 } zfs_type_t; typedef in typeref:enum:__anon10
222 boolean_t zfs_prop_valid_for_type(int, zfs_type_t);
  /onnv/onnv-gate/usr/src/lib/libshare/common/
libshare_zfs.c 126 zfs_type_t type = zfs_get_type(zhp);
    [all...]

Completed in 3719 milliseconds