Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz_math.c182 static raidz_rec_f
189 return ((raidz_rec_f) NULL); in reconstruct_fun_p_sel()
192 static raidz_rec_f
206 return ((raidz_rec_f) NULL); in reconstruct_fun_pq_sel()
209 static raidz_rec_f
234 return ((raidz_rec_f) NULL); in reconstruct_fun_pqr_sel()
247 raidz_rec_f rec_fn = NULL; in vdev_raidz_math_reconstruct()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDvdev_raidz_impl.h89 typedef int (*raidz_rec_f)(void *, const int *); typedef
100 raidz_rec_f rec[RAIDZ_REC_NUM]; /* Data reconstruction functions */