Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1307 uint64_t dcount[VDEV_RAIDZ_MAXPARITY] = { 0 }; in vdev_raidz_matrix_reconstruct() local
1345 dcount[j] = rr->rr_col[cc].rc_size; in vdev_raidz_matrix_reconstruct()
1346 if (dcount[j] != 0) in vdev_raidz_matrix_reconstruct()
1355 if (x >= dcount[cc]) in vdev_raidz_matrix_reconstruct()