Lines Matching refs:sendfs
3102 char sendfs[ZFS_MAX_DATASET_NAME_LEN]; in zfs_receive_package() local
3247 (void) strlcpy(sendfs, drr->drr_u.drr_begin.drr_toname, in zfs_receive_package()
3248 sizeof (sendfs)); in zfs_receive_package()
3249 if ((cp = strchr(sendfs, '@')) != NULL) { in zfs_receive_package()
3270 sendfs, stream_nv, stream_avl, top_zfs, cleanup_fd, in zfs_receive_package()
3643 dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv, in zfs_receive_one() argument
3765 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one()
3778 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one()
3801 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one()
3814 ASSERT(strstr(drrb->drr_toname, sendfs) == drrb->drr_toname); in zfs_receive_one()
3900 strlen(sendfs)) != '\0' && *chopprefix != '@')) && in zfs_receive_one()
4513 const char *originsnap, recvflags_t *flags, int infd, const char *sendfs, in zfs_receive_impl() argument
4612 if (sendfs == NULL) { in zfs_receive_impl()
4623 sendfs = nonpackage_sendfs; in zfs_receive_impl()
4627 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, in zfs_receive_impl()