Searched refs:action_handlep (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | dmu_send.h | 77 int cleanup_fd, uint64_t *action_handlep);
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_sendrecv.c | 2676 char **top_zfs, int cleanup_fd, uint64_t *action_handlep) 2852 action_handlep, sendsnap); 3023 uint64_t *action_handlep, const char *finalsnap) 3372 zc.zc_action_handle = *action_handlep; 3574 *action_handlep = zc.zc_action_handle; 3597 uint64_t *action_handlep, const char *finalsnap) 3698 cleanup_fd, action_handlep, finalsnap)); 3703 &zcksum, top_zfs, cleanup_fd, action_handlep)); 2674 zfs_receive_package(libzfs_handle_t *hdl, int fd, const char *destname, recvflags_t *flags, dmu_replay_record_t *drr, zio_cksum_t *zc, char **top_zfs, int cleanup_fd, uint64_t *action_handlep) argument 3019 zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap, const char *originsnap, recvflags_t *flags, dmu_replay_record_t *drr, dmu_replay_record_t *drr_noswap, 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) argument 3594 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) argument
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | dmu_send.c | 2860 int cleanup_fd, uint64_t *action_handlep) 2909 if (*action_handlep == 0) { 2917 action_handlep); 2921 err = zfs_onexit_cb_data(minor, *action_handlep, 2859 dmu_recv_stream(dmu_recv_cookie_t *drc, vnode_t *vp, offset_t *voffp, int cleanup_fd, uint64_t *action_handlep) argument
|
Completed in 1415 milliseconds