Searched defs:zfs_prop_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h163 } zfs_prop_t; typedef in typeref:enum:__anon184
258 const char *zfs_prop_default_string(zfs_prop_t);
259 uint64_t zfs_prop_default_numeric(zfs_prop_t);
260 boolean_t zfs_prop_readonly(zfs_prop_t);
261 boolean_t zfs_prop_inheritable(zfs_prop_t);
262 boolean_t zfs_prop_setonce(zfs_prop_t);
263 const char *zfs_prop_to_name(zfs_prop_t);
264 zfs_prop_t zfs_name_to_prop(const char *);
268 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
269 int zfs_prop_string_to_index(zfs_prop_t, cons
[all...]

Completed in 79 milliseconds