Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c183 static raidz_rec_f
190 return ((raidz_rec_f) NULL); in reconstruct_fun_p_sel()
193 static raidz_rec_f
207 return ((raidz_rec_f) NULL); in reconstruct_fun_pq_sel()
210 static raidz_rec_f
235 return ((raidz_rec_f) NULL); in reconstruct_fun_pqr_sel()
248 raidz_rec_f rec_fn = NULL; in vdev_raidz_math_reconstruct()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h92 typedef int (*raidz_rec_f)(void *, const int *); typedef
103 raidz_rec_f rec[RAIDZ_REC_NUM]; /* Data reconstruction functions */