Lines Matching defs:origin
652 * "origin" -> number (guid) (if clone)
786 zfs_handle_t *origin = zfs_open(zhp->zfs_hdl,
788 if (origin == NULL)
790 VERIFY(0 == nvlist_add_uint64(nvfs, "origin",
791 origin->zfs_dmustats.dds_guid));
1172 * Filter out all intermediate snapshots except origin
1281 * beginning (or an incremental from the origin if this
1336 /* Mark the clone origin snapshots. */
1343 (void) nvlist_lookup_uint64(nvfs, "origin", &origin_guid);
1375 (void) nvlist_lookup_uint64(fslist, "origin", &origin_guid);
1394 * origin has not been sent yet;
1660 * - from the origin of the dataset identified by zhp, which must
2245 * select the "most local" version of the origin snapshot in the case
2381 (void) nvlist_lookup_uint64(nvfs, "origin", &originguid);
2385 * a different origin (due to "zfs promote")
2399 (void) nvlist_lookup_uint64(stream_nvfs, "origin",
2434 * We had/have the wrong origin, therefore our
3099 * Determine the name of the origin snapshot, store in zc_string.
3106 "local origin for clone %s does not exist"),
3111 (void) printf("found clone origin %s\n", zc.zc_string);
3115 (void) printf("using provided clone origin %s\n",
3551 zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "specified origin fs "
3657 err = nvlist_lookup_string(props, "origin", &originsnap);