Lines Matching refs:top_zfs
3378 recv_fix_encryption_hierarchy(libzfs_handle_t *hdl, const char *top_zfs, in recv_fix_encryption_hierarchy() argument
3410 err = guid_to_name(hdl, top_zfs, guid, B_FALSE, in recv_fix_encryption_hierarchy()
3488 strcmp(top_zfs, fsname) != 0) { in recv_fix_encryption_hierarchy()
3810 char **top_zfs, nvlist_t *cmdprops) in zfs_receive_package() argument
3985 sendfs, stream_nv, stream_avl, top_zfs, sendsnap, cmdprops); in zfs_receive_package()
4002 if (raw && softerr == 0 && *top_zfs != NULL) { in zfs_receive_package()
4003 softerr = recv_fix_encryption_hierarchy(hdl, *top_zfs, in zfs_receive_package()
4407 avl_tree_t *stream_avl, char **top_zfs, in zfs_receive_one() argument
4971 if (top_zfs != NULL && in zfs_receive_one()
4972 (*top_zfs == NULL || strcmp(*top_zfs, name) == 0)) { in zfs_receive_one()
4974 if (*top_zfs == NULL) in zfs_receive_one()
4975 *top_zfs = zfs_strdup(hdl, name); in zfs_receive_one()
5429 nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, in zfs_receive_impl() argument
5553 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, in zfs_receive_impl()
5559 &zcksum, top_zfs, cmdprops)); in zfs_receive_impl()
5574 char *top_zfs = NULL; in zfs_receive() local
5595 stream_avl, &top_zfs, NULL, props); in zfs_receive()
5597 if (err == 0 && !flags->nomount && flags->domount && top_zfs) { in zfs_receive()
5601 zhp = zfs_open(hdl, top_zfs, in zfs_receive()
5630 if (top_zfs) in zfs_receive()
5631 free(top_zfs); in zfs_receive()