Lines Matching defs:sendfs
3818 char sendfs[ZFS_MAX_DATASET_NAME_LEN];
3962 (void) strlcpy(sendfs, drr->drr_u.drr_begin.drr_toname,
3963 sizeof (sendfs));
3964 if ((cp = strchr(sendfs, '@')) != NULL) {
3985 sendfs, stream_nv, stream_avl, top_zfs, sendsnap, cmdprops);
4406 dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv,
4531 chopprefix = strrchr(sendfs, '/');
4544 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
4567 chopprefix = drrb->drr_toname + strlen(sendfs);
4580 ASSERT(strstr(drrb->drr_toname, sendfs) == drrb->drr_toname);
4581 ASSERT(chopprefix > drrb->drr_toname || strchr(sendfs, '/') == NULL);
4583 strchr(sendfs, '/') == NULL);
4691 strlen(sendfs)) != '\0' && *chopprefix != '@')) &&
5428 const char *originsnap, recvflags_t *flags, int infd, const char *sendfs,
5538 if (sendfs == NULL) {
5549 sendfs = nonpackage_sendfs;
5553 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs,