H A D | libzfs_sendrecv.c | 2624 char sendfs[ZFS_MAX_DATASET_NAME_LEN]; in zfs_receive_package() local 2768 (void) strlcpy(sendfs, drr->drr_u.drr_begin.drr_toname, in zfs_receive_package() 2769 sizeof (sendfs)); in zfs_receive_package() 2770 if ((cp = strchr(sendfs, '@')) != NULL) { in zfs_receive_package() 2791 sendfs, stream_nv, stream_avl, top_zfs, cleanup_fd, in zfs_receive_package() 2955 dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv, in zfs_receive_one() argument 3034 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one() 3047 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one() 3069 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one() 3081 ASSERT(strstr(drrb->drr_toname, sendfs) in zfs_receive_one() 3528 zfs_receive_impl(libzfs_handle_t * hdl,const char * tosnap,const char * originsnap,recvflags_t * flags,int infd,const char * sendfs,nvlist_t * stream_nv,avl_tree_t * stream_avl,char ** top_zfs,int cleanup_fd,uint64_t * action_handlep,const char * finalsnap) zfs_receive_impl() argument [all...] |