Deleted Added
full compact
zfs_prop.h (219089) zfs_prop.h (228103)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 107 unchanged lines hidden (view full) ---

116int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t);
117int zprop_name_to_prop(const char *, zfs_type_t);
118int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
119int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
120uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
121const char *zprop_values(int, zfs_type_t);
122size_t zprop_width(int, boolean_t *, zfs_type_t);
123boolean_t zprop_valid_for_type(int, zfs_type_t);
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 107 unchanged lines hidden (view full) ---

116int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t);
117int zprop_name_to_prop(const char *, zfs_type_t);
118int zprop_string_to_index(int, const char *, uint64_t *, zfs_type_t);
119int zprop_index_to_string(int, uint64_t, const char **, zfs_type_t);
120uint64_t zprop_random_value(int, uint64_t, zfs_type_t);
121const char *zprop_values(int, zfs_type_t);
122size_t zprop_width(int, boolean_t *, zfs_type_t);
123boolean_t zprop_valid_for_type(int, zfs_type_t);
124boolean_t zfs_prop_written(const char *name);
124
125
126
125#ifdef __cplusplus
126}
127#endif
128
129#endif /* _ZFS_PROP_H */
127#ifdef __cplusplus
128}
129#endif
130
131#endif /* _ZFS_PROP_H */