Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h89 typedef int (*raidz_rec_f)(void *, const int *); typedef
100 raidz_rec_f rec[RAIDZ_REC_NUM]; /* Data reconstruction functions */