Deleted Added
full compact
libzfs_impl.h (228103) libzfs_impl.h (230438)
1/*
2 * CDDL HEADER SART
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

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

145int zfs_standard_error(libzfs_handle_t *, int, const char *);
146int zfs_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
147int zpool_standard_error(libzfs_handle_t *, int, const char *);
148int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
149
150int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***,
151 size_t *);
152zfs_handle_t *make_dataset_handle_zc(libzfs_handle_t *, zfs_cmd_t *);
1/*
2 * CDDL HEADER SART
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

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

145int zfs_standard_error(libzfs_handle_t *, int, const char *);
146int zfs_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
147int zpool_standard_error(libzfs_handle_t *, int, const char *);
148int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
149
150int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***,
151 size_t *);
152zfs_handle_t *make_dataset_handle_zc(libzfs_handle_t *, zfs_cmd_t *);
153zfs_handle_t *make_dataset_simple_handle_zc(zfs_handle_t *, zfs_cmd_t *);
153
154
154
155int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
156 nvlist_t *, char **, uint64_t *, const char *);
157int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
158 zfs_type_t type);
159
160/*
161 * Use this changelist_gather() flag to force attempting mounts
162 * on each change node regardless of whether or not it is currently

--- 97 unchanged lines hidden ---
155int zprop_parse_value(libzfs_handle_t *, nvpair_t *, int, zfs_type_t,
156 nvlist_t *, char **, uint64_t *, const char *);
157int zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp,
158 zfs_type_t type);
159
160/*
161 * Use this changelist_gather() flag to force attempting mounts
162 * on each change node regardless of whether or not it is currently

--- 97 unchanged lines hidden ---