Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math.c186 static raidz_rec_f
193 return ((raidz_rec_f) NULL); in reconstruct_fun_p_sel()
196 static raidz_rec_f
210 return ((raidz_rec_f) NULL); in reconstruct_fun_pq_sel()
213 static raidz_rec_f
238 return ((raidz_rec_f) NULL); in reconstruct_fun_pqr_sel()
251 raidz_rec_f rec_fn = NULL; in vdev_raidz_math_reconstruct()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h88 typedef int (*raidz_rec_f)(void *, const int *); typedef
99 raidz_rec_f rec[RAIDZ_REC_NUM]; /* Data reconstruction functions */