Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h300 typedef unsigned gf_t; typedef
303 static inline gf_t
304 gf_mul(const gf_t a, const gf_t b) in gf_mul()
313 return ((gf_t) vdev_raidz_pow2[logsum % 255]); in gf_mul()
316 static inline gf_t
317 gf_div(const gf_t a, const gf_t b) in gf_div()
331 static inline gf_t
332 gf_inv(const gf_t a) in gf_inv()
340 return ((gf_t) vdev_raidz_pow2[logsum]); in gf_inv()
343 static inline gf_t
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h68 gf_t a, b, e; in raidz_rec_pq_coeff()
85 gf_t a, b, e; in raidz_rec_pr_coeff()
102 gf_t nx, ny, nxxy, nxyy, d; in raidz_rec_qr_coeff()
124 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff()