Home
last modified time | relevance | path

Searched refs:tgtidx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h48 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_q_coeff()
57 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_r_coeff()
66 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pq_coeff()
67 const unsigned y = tgtidx[TARGET_Y]; in raidz_rec_pq_coeff()
82 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pr_coeff()
83 const unsigned y = tgtidx[TARGET_Y]; in raidz_rec_pr_coeff()
99 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_qr_coeff()
100 const unsigned y = tgtidx[TARGET_Y]; in raidz_rec_qr_coeff()
120 const unsigned x = tgtidx[TARGET_X]; in raidz_rec_pqr_coeff()
1052 const size_t x = tgtidx[0]; in raidz_reconstruct_pr_impl()
[all …]
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c399 int tgtidx[3]; in run_rec_check_impl() local
411 memcpy(tgtidx, rec_tgts[fn], sizeof (tgtidx)); in run_rec_check_impl()
425 tgtidx[2] = x0 + raidz_parity(rm); in run_rec_check_impl()
427 corrupt_colums(rm, tgtidx+2, 1); in run_rec_check_impl()
453 tgtidx[1] = x0 + raidz_parity(rm); in run_rec_check_impl()
454 tgtidx[2] = x1 + raidz_parity(rm); in run_rec_check_impl()
456 corrupt_colums(rm, tgtidx+1, 2); in run_rec_check_impl()
460 tgtidx, 3); in run_rec_check_impl()
488 tgtidx[0] = x0 + raidz_parity(rm); in run_rec_check_impl()
492 corrupt_colums(rm, tgtidx, 3); in run_rec_check_impl()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h187 impl ## _rec_ ## code(void *rmp, const int *tgtidx) \
190 return (raidz_reconstruct_## code ## _impl(rm, tgtidx)); \