Searched refs:top_zfs (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 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() [all …]
|