HomeSort by: relevance | last modified time | path
    Searched refs:zfs_type_t (Results 1 - 11 of 11) sorted by relevancy

  /src/external/cddl/osnet/dist/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 57 zprop_get_proptable(zfs_type_t type)
66 zprop_get_numprops(zfs_type_t type)
171 boolean_t ordered, zfs_type_t type)
258 zprop_name_to_prop(const char *propname, zfs_type_t type)
274 zfs_type_t type)
300 zfs_type_t type)
328 zprop_random_value(int prop, uint64_t seed, zfs_type_t type)
344 zprop_values(int prop, zfs_type_t type)
360 zprop_valid_for_type(int prop, zfs_type_t type)
379 zprop_width(int prop, boolean_t *fixed, zfs_type_t type
    [all...]
zfs_prop.c 586 zfs_prop_valid_for_type(int prop, zfs_type_t types)
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_iter.h 52 int zfs_for_each(int, char **, int options, zfs_type_t,
zfs_iter.c 61 zfs_type_t cb_types;
374 zfs_for_each(int argc, char **argv, int flags, zfs_type_t types,
444 zfs_type_t argtype;
zfs_main.c 762 zfs_type_t type = ZFS_TYPE_FILESYSTEM;
1259 zfs_type_t type = ZFS_TYPE_DATASET;
5335 zfs_type_t zfs_type = zfs_get_type(zhp);
5780 zfs_type_t type = zfs_get_type(zhp);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
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);
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);
    [all...]
libzfs_util.c 740 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype)
915 zprop_print_headers(zprop_get_cbdata_t *cbp, zfs_type_t type)
1246 zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp,
1366 zfs_type_t type)
1421 zfs_type_t type)
1516 zfs_type_t type;
1539 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type)
1581 zfs_type_t type)
libzfs_dataset.c 73 zfs_type_to_name(zfs_type_t type)
87 assert(!"unhandled zfs_type_t");
190 zfs_name_valid(const char *name, zfs_type_t type)
863 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl,
2960 zfs_type_t
3096 zfs_dataset_exists(libzfs_handle_t *hdl, const char *path, zfs_type_t types)
3218 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type,
3531 zfs_type_t type;
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 58 } zfs_type_t; typedef in typeref:enum:__anon9079
273 boolean_t zfs_prop_valid_for_type(int, zfs_type_t);

Completed in 25 milliseconds