Searched refs:bookmarks (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c876 * Creates bookmarks.
878 * The bookmarks nvlist maps from name of the bookmark (e.g. "pool/fs#bmark") to
879 * the name of the snapshot (e.g. "pool/fs@snap"). All the bookmarks and
885 * The return value will be 0 if all bookmarks were created, otherwise it will
886 * be the errno of a (undetermined) bookmarks that failed.
889 lzc_bookmark(nvlist_t *bookmarks, nvlist_t **errlist) argument
896 elem = nvlist_next_nvpair(bookmarks, NULL);
902 error = lzc_ioctl(ZFS_IOC_BOOKMARK, pool, bookmarks, errlist);
908 * Retrieve bookmarks.
910 * Retrieve the list of bookmarks fo
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c2693 /* must not have any bookmarks after the most recent snapshot */
2696 nvlist_t *bookmarks = fnvlist_alloc(); local
2697 error = dsl_get_bookmarks_impl(ds, proprequest, bookmarks);
2703 for (nvpair_t *pair = nvlist_next_nvpair(bookmarks, NULL);
2704 pair != NULL; pair = nvlist_next_nvpair(bookmarks, pair)) {
2710 fnvlist_free(bookmarks);
2715 fnvlist_free(bookmarks);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3274 boolean_t bookmarks = B_FALSE; local
3338 bookmarks = B_TRUE;
3340 if (bookmarks && (flags.nounmount || flags.recurse ||
3343 "for renaming bookmarks\n"));
3351 else if (bookmarks)
3488 "or bookmarks exist\n"),
3492 "snapshots and bookmarks:\n"));
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1334 % Thanh's hack / proper braces in bookmarks
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1239 % Thanh's hack / proper braces in bookmarks

Completed in 122 milliseconds