Lines Matching refs:sendfs
2621 char sendfs[ZFS_MAX_DATASET_NAME_LEN]; in zfs_receive_package() local
2765 (void) strlcpy(sendfs, drr->drr_u.drr_begin.drr_toname, in zfs_receive_package()
2766 sizeof (sendfs)); in zfs_receive_package()
2767 if ((cp = strchr(sendfs, '@')) != NULL) in zfs_receive_package()
2780 sendfs, stream_nv, stream_avl, top_zfs, cleanup_fd, in zfs_receive_package()
2944 dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv, in zfs_receive_one() argument
3023 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one()
3036 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one()
3058 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one()
3070 ASSERT(strstr(drrb->drr_toname, sendfs) == drrb->drr_toname); in zfs_receive_one()
3152 strlen(sendfs)) != '\0' && *chopprefix != '@')) && in zfs_receive_one()
3503 const char *originsnap, recvflags_t *flags, int infd, const char *sendfs, in zfs_receive_impl() argument
3590 if (sendfs == NULL) { in zfs_receive_impl()
3601 sendfs = nonpackage_sendfs; in zfs_receive_impl()
3604 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, in zfs_receive_impl()