Searched refs:ltgts (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 3318 raidz_reconstruct(zio_t *zio, int *ltgts, int ntgts, int nparity) in raidz_reconstruct() argument 3335 "ntgts=%u", zio, ltgts[0], ltgts[1], ltgts[2], ntgts); in raidz_reconstruct() 3364 ltgts[lt], rc)) { in raidz_reconstruct() 3550 int *ltgts = &tstore[1]; /* value is logical child ID */ in vdev_raidz_combrec() local 3567 ltgts[-1] = -1; in vdev_raidz_combrec() 3569 ltgts[i] = i; in vdev_raidz_combrec() 3571 ltgts[num_failures] = n; in vdev_raidz_combrec() 3574 int err = raidz_reconstruct(zio, ltgts, num_failures, in vdev_raidz_combrec() 3588 ltgts[t]++; in vdev_raidz_combrec() 3589 if (ltgts[t] == n) { in vdev_raidz_combrec() [all …]
|