Lines Matching refs:origin
600 * "origin" -> number (guid) (if clone)
819 zfs_handle_t *origin = zfs_open(zhp->zfs_hdl,
821 if (origin == NULL)
823 VERIFY(0 == nvlist_add_uint64(nvfs, "origin",
824 origin->zfs_dmustats.dds_guid));
825 zfs_close(origin);
1176 * Filter out all intermediate snapshots except origin
1214 * missing origins are accounted for. If the origin is missing and it
1216 * at the origin. Otherwise, a missing origin causes a warning to be
1234 (void) fprintf(stderr, "WARNING: origin for %s "
1289 * beginning (or an incremental from the origin if this
1343 /* Mark the clone origin snapshots. */
1352 (void) nvlist_lookup_uint64(nvfs, "origin", &origin_guid);
1366 * If the origin doesn't have the snapshot specified in the
1367 * send dump data, the origin will not be included in the
1368 * stream. In such a case, tag the origin's parent with
1369 * missing_clone_origin. Otherwise, tag the origin snapshot
1400 (void) nvlist_lookup_uint64(fslist, "origin", &origin_guid);
1409 * origin has not been sent yet;
1440 * - from the origin of the dataset identified by zhp, which must
2080 (void) nvlist_lookup_uint64(nvfs, "origin", &originguid);
2084 * a different origin (due to "zfs promote")
2099 (void) nvlist_lookup_uint64(stream_nvfs, "origin",
2112 * We had the wrong origin, therefore our
2123 "origin isn't in the stream\n"),
3055 * Determine the name of the origin snapshot, store in zc_string.
3062 "local origin for clone %s does not exist"),
3067 (void) printf("found clone origin %s\n", zc.zc_string);