Lines Matching refs:top_zfs
2685 char top_zfs[ZFS_MAX_DATASET_NAME_LEN]; in recv_fix_encryption_hierarchy() local
2687 (void) strcpy(top_zfs, destname); in recv_fix_encryption_hierarchy()
2688 cp = strrchr(top_zfs, '@'); in recv_fix_encryption_hierarchy()
2796 strcmp(top_zfs, fsname) != 0) { in recv_fix_encryption_hierarchy()
3093 char **top_zfs, int cleanup_fd, uint64_t *action_handlep, in zfs_receive_package() argument
3270 sendfs, stream_nv, stream_avl, top_zfs, cleanup_fd, in zfs_receive_package()
3644 avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, in zfs_receive_one() argument
4138 if (top_zfs && (*top_zfs == NULL || strcmp(*top_zfs, name) == 0)) in zfs_receive_one()
4399 if (top_zfs && *top_zfs == NULL) in zfs_receive_one()
4400 *top_zfs = zfs_strdup(hdl, destsnap); in zfs_receive_one()
4514 nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, in zfs_receive_impl() argument
4627 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, in zfs_receive_impl()
4633 &zcksum, top_zfs, cleanup_fd, action_handlep, cmdprops)); in zfs_receive_impl()
4648 char *top_zfs = NULL; in zfs_receive() local
4663 stream_avl, &top_zfs, cleanup_fd, &action_handle, NULL, props); in zfs_receive()
4667 if (err == 0 && !flags->nomount && top_zfs) { in zfs_receive()
4671 zhp = zfs_open(hdl, top_zfs, ZFS_TYPE_FILESYSTEM); in zfs_receive()
4685 if (top_zfs) in zfs_receive()
4686 free(top_zfs); in zfs_receive()