Lines Matching refs:ntgts
1382 vdev_raidz_reconstruct_p(raidz_row_t *rr, int *tgts, int ntgts) in vdev_raidz_reconstruct_p() argument
1390 ASSERT3U(ntgts, ==, 1); in vdev_raidz_reconstruct_p()
1416 vdev_raidz_reconstruct_q(raidz_row_t *rr, int *tgts, int ntgts) in vdev_raidz_reconstruct_q() argument
1425 ASSERT(ntgts == 1); in vdev_raidz_reconstruct_q()
1462 vdev_raidz_reconstruct_pq(raidz_row_t *rr, int *tgts, int ntgts) in vdev_raidz_reconstruct_pq() argument
1474 ASSERT(ntgts == 2); in vdev_raidz_reconstruct_pq()
1907 vdev_raidz_reconstruct_general(raidz_row_t *rr, int *tgts, int ntgts) in vdev_raidz_reconstruct_general() argument
1923 zfs_dbgmsg("reconstruct_general(rm=%px ntgts=%u)", rr, ntgts); in vdev_raidz_reconstruct_general()
1956 for (t = 0; t < ntgts; t++) { in vdev_raidz_reconstruct_general()
1968 ASSERT(tt < ntgts); in vdev_raidz_reconstruct_general()
2052 int ntgts; in vdev_raidz_reconstruct_row() local
2065 ntgts = 0; in vdev_raidz_reconstruct_row()
2078 tgts[ntgts++] = c; in vdev_raidz_reconstruct_row()
2081 tgts[ntgts++] = c; in vdev_raidz_reconstruct_row()
2090 ASSERT(ntgts >= nt); in vdev_raidz_reconstruct_row()
2092 ASSERT(nbaddata + nbadparity == ntgts); in vdev_raidz_reconstruct_row()
2135 vdev_raidz_reconstruct_general(rr, tgts, ntgts); in vdev_raidz_reconstruct_row()
2959 raidz_reconstruct(zio_t *zio, int *ltgts, int ntgts, int nparity) in raidz_reconstruct() argument
2969 "ntgts=%u", zio, ltgts[0], ltgts[1], ltgts[2], ntgts); in raidz_reconstruct()
2994 for (int lt = 0; lt < ntgts; lt++) { in raidz_reconstruct()