Searched refs:top_zfs (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 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() [all …]
|