aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/vdev_raidz.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/vdev_raidz.h')
-rw-r--r--include/sys/vdev_raidz.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/vdev_raidz.h b/include/sys/vdev_raidz.h
index ee597eb0d..c7cf0af6d 100644
--- a/include/sys/vdev_raidz.h
+++ b/include/sys/vdev_raidz.h
@@ -32,6 +32,7 @@ extern "C" {
#endif
struct zio;
+struct raidz_col;
struct raidz_row;
struct raidz_map;
#if !defined(_KERNEL)
@@ -49,6 +50,7 @@ void vdev_raidz_generate_parity(struct raidz_map *);
void vdev_raidz_reconstruct(struct raidz_map *, const int *, int);
void vdev_raidz_child_done(zio_t *);
void vdev_raidz_io_done(zio_t *);
+void vdev_raidz_checksum_error(zio_t *, struct raidz_col *, abd_t *);
extern const zio_vsd_ops_t vdev_raidz_vsd_ops;