Searched refs:top_zfs (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 2614 char **top_zfs, int cleanup_fd, uint64_t *action_handlep) in zfs_receive_package() argument 2780 sendfs, stream_nv, stream_avl, top_zfs, cleanup_fd, in zfs_receive_package() 2946 avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, in zfs_receive_one() argument 3454 if (top_zfs && *top_zfs == NULL) in zfs_receive_one() 3455 *top_zfs = zfs_strdup(hdl, zc.zc_value); in zfs_receive_one() 3505 nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, int cleanup_fd, in zfs_receive_impl() argument 3605 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, in zfs_receive_impl() 3611 &zcksum, top_zfs, cleanup_fd, action_handlep)); in zfs_receive_impl() 3626 char *top_zfs = NULL; in zfs_receive() local 3641 stream_avl, &top_zfs, cleanup_fd, &action_handle); in zfs_receive() [all …]
|