Deleted Added
full compact
libzfs_core.h (248445) libzfs_core.h (248498)
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

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

42int lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t **errlist);
43int lzc_create(const char *fsname, dmu_objset_type_t type, nvlist_t *props);
44int lzc_clone(const char *fsname, const char *origin, nvlist_t *props);
45int lzc_destroy_snaps(nvlist_t *snaps, boolean_t defer, nvlist_t **errlist);
46
47int lzc_snaprange_space(const char *firstsnap, const char *lastsnap,
48 uint64_t *usedp);
49
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

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

42int lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t **errlist);
43int lzc_create(const char *fsname, dmu_objset_type_t type, nvlist_t *props);
44int lzc_clone(const char *fsname, const char *origin, nvlist_t *props);
45int lzc_destroy_snaps(nvlist_t *snaps, boolean_t defer, nvlist_t **errlist);
46
47int lzc_snaprange_space(const char *firstsnap, const char *lastsnap,
48 uint64_t *usedp);
49
50int lzc_hold(nvlist_t *holds, int cleanup_fd, nvlist_t **errlist);
51int lzc_release(nvlist_t *holds, nvlist_t **errlist);
52int lzc_get_holds(const char *snapname, nvlist_t **holdsp);
53
50int lzc_send(const char *snapname, const char *fromsnap, int fd);
51int lzc_receive(const char *snapname, nvlist_t *props, const char *origin,
52 boolean_t force, int fd);
53int lzc_send_space(const char *snapname, const char *fromsnap,
54 uint64_t *result);
55
56boolean_t lzc_exists(const char *dataset);
57
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif /* _LIBZFS_CORE_H */
54int lzc_send(const char *snapname, const char *fromsnap, int fd);
55int lzc_receive(const char *snapname, nvlist_t *props, const char *origin,
56 boolean_t force, int fd);
57int lzc_send_space(const char *snapname, const char *fromsnap,
58 uint64_t *result);
59
60boolean_t lzc_exists(const char *dataset);
61
62
63#ifdef __cplusplus
64}
65#endif
66
67#endif /* _LIBZFS_CORE_H */