Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz.h49 void vdev_raidz_reconstruct(struct raidz_map *, const int *, int);
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c196 vdev_raidz_reconstruct(rm_bench, tgt[fn], nbad); in run_rec_bench_impl()
H A Draidz_test.c672 vdev_raidz_reconstruct(rm, tgtidx, 3); in run_rec_check_impl()
702 vdev_raidz_reconstruct(rm, tgtidx, 3); in run_rec_check_impl()
738 vdev_raidz_reconstruct(rm, in run_rec_check_impl()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c387 vdev_raidz_reconstruct(rm, rec_tgt[fn], 3); in benchmark_rec_impl()
H A Dvdev_raidz.c2290 vdev_raidz_reconstruct(raidz_map_t *rm, const int *t, int nt) in vdev_raidz_reconstruct() function