Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz.h57 void vdev_raidz_reconstruct(struct raidz_map *, const int *, int);
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c505 vdev_raidz_reconstruct(rm, tgtidx, 3); in run_rec_check_impl()
535 vdev_raidz_reconstruct(rm, tgtidx, 3); in run_rec_check_impl()
571 vdev_raidz_reconstruct(rm, in run_rec_check_impl()
H A Draidz_bench.c195 vdev_raidz_reconstruct(rm_bench, tgt[fn], nbad); in run_rec_bench_impl()
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c1165 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) in vdev_raidz_reconstruct() function
1503 code = vdev_raidz_reconstruct(rm, tgts, n); in vdev_raidz_combrec()
1723 code = vdev_raidz_reconstruct(rm, tgts, n); in vdev_raidz_read()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c386 vdev_raidz_reconstruct(rm, rec_tgt[fn], 3); in benchmark_rec_impl()
H A Dvdev_raidz.c3571 vdev_raidz_reconstruct(raidz_map_t *rm, const int *t, int nt) in vdev_raidz_reconstruct() function