Home
last modified time | relevance | path

Searched refs:top_zfs (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3378 recv_fix_encryption_hierarchy(libzfs_handle_t *hdl, const char *top_zfs, in recv_fix_encryption_hierarchy() argument
3391 if ((err = gather_nvlist(hdl, top_zfs, NULL, NULL, in recv_fix_encryption_hierarchy()
3500 strcmp(top_zfs, fsname) != 0) { in recv_fix_encryption_hierarchy()
3822 char **top_zfs, nvlist_t *cmdprops) in zfs_receive_package() argument
3997 sendfs, stream_nv, stream_avl, top_zfs, sendsnap, cmdprops); in zfs_receive_package()
4014 if (raw && *top_zfs != NULL && !flags->dryrun) { in zfs_receive_package()
4015 softerr = recv_fix_encryption_hierarchy(hdl, *top_zfs, in zfs_receive_package()
4419 avl_tree_t *stream_avl, char **top_zfs, in zfs_receive_one() argument
4983 if (top_zfs != NULL && in zfs_receive_one()
4984 (*top_zfs == NULL || strcmp(*top_zfs, name) == 0)) { in zfs_receive_one()
[all …]