Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c2948 zfs_handle_t *ozhp = zfs_handle_dup(zhp); in recv_open_grand_origin() local
2950 while (ozhp != NULL) { in recv_open_grand_origin()
2951 if (zfs_prop_get(ozhp, ZFS_PROP_ORIGIN, origin, in recv_open_grand_origin()
2955 (void) zfs_close(ozhp); in recv_open_grand_origin()
2956 ozhp = zfs_open(zhp->zfs_hdl, origin, ZFS_TYPE_FILESYSTEM); in recv_open_grand_origin()
2959 return (ozhp); in recv_open_grand_origin()
2966 zfs_handle_t *ozhp = NULL; in recv_rename_impl() local
2975 ozhp = recv_open_grand_origin(zhp); in recv_rename_impl()
2976 if (ozhp == NULL) { in recv_rename_impl()
2981 err = lzc_change_key(ozhp->zfs_name, DCP_CMD_FORCE_NEW_KEY, in recv_rename_impl()
[all …]