Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h135 } raidz_row_t; typedef
145 raidz_row_t *rm_row[0]; /* flexible array of rows */
207 raidz_row_t *rr = (raidz_row_t *)rrp; \
221 raidz_row_t *rr = (raidz_row_t *)rrp; \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c139 vdev_raidz_row_free(raidz_row_t *rr) in vdev_raidz_row_free()
223 raidz_row_t *rr = rm->rm_row[0]; in vdev_raidz_cksum_finish()
331 raidz_row_t *rr = rm->rm_row[i]; in vdev_raidz_cksum_report()
372 raidz_row_t *rr; in vdev_raidz_map_alloc()
732 raidz_row_t *rr = rm->rm_row[i]; in vdev_raidz_generate_parity()
1843 raidz_row_t *rr = rm->rm_row[0]; in vdev_raidz_io_start()
2041 raidz_row_t *rr = rm->rm_row[i]; in raidz_restore_orig_data()
2065 raidz_row_t *rr = rm->rm_row[r]; in raidz_reconstruct()
2211 raidz_row_t *rr = rm->rm_row[i]; in vdev_raidz_combrec()
2348 raidz_row_t *rr) in vdev_raidz_io_done_reconstruct_known_missing()
[all …]
H A Dvdev_raidz_math_impl.h46 raidz_rec_q_coeff(const raidz_row_t *rr, const int *tgtidx, unsigned *coeff) in raidz_rec_q_coeff()
354 raidz_generate_p_impl(raidz_row_t * const rr) in raidz_generate_p_impl()
421 raidz_generate_pq_impl(raidz_row_t * const rr) in raidz_generate_pq_impl()
494 raidz_generate_pqr_impl(raidz_row_t * const rr) in raidz_generate_pqr_impl()
587 raidz_reconstruct_p_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_p_impl()
664 raidz_reconstruct_q_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_q_impl()
758 raidz_reconstruct_r_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_r_impl()
898 raidz_reconstruct_pq_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_pq_impl()
1058 raidz_reconstruct_pr_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_pr_impl()
1225 raidz_reconstruct_qr_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_qr_impl()
[all …]
H A Dvdev_draid.c685 raidz_row_t *rr = rm->rm_row[0]; in vdev_draid_cksum_finish()
837 raidz_row_t *rr = rm->rm_row[i]; in vdev_draid_cksum_report()
999 vdev_draid_map_alloc_read(zio_t *zio, uint64_t abd_offset, raidz_row_t *rr) in vdev_draid_map_alloc_read()
1024 vdev_draid_map_alloc_empty(zio_t *zio, raidz_row_t *rr) in vdev_draid_map_alloc_empty()
1141 vdev_draid_map_alloc_row(zio_t *zio, raidz_row_t **rrp, uint64_t io_offset, in vdev_draid_map_alloc_row()
1211 raidz_row_t *rr; in vdev_draid_map_alloc_row()
1212 rr = kmem_alloc(offsetof(raidz_row_t, rr_col[groupwidth]), KM_SLEEP); in vdev_draid_map_alloc_row()
1304 raidz_row_t *rr[2]; in vdev_draid_map_alloc()
2017 vdev_draid_io_verify(vdev_t *vd, raidz_row_t *rr, int col) in vdev_draid_io_verify()
2044 vdev_draid_io_start_write(zio_t *zio, raidz_row_t *rr) in vdev_draid_io_start_write()
[all …]
H A Dvdev_raidz_math.c152 vdev_raidz_math_generate(raidz_map_t *rm, raidz_row_t *rr) in vdev_raidz_math_generate()
244 vdev_raidz_math_reconstruct(raidz_map_t *rm, raidz_row_t *rr, in vdev_raidz_math_reconstruct()
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c210 raidz_row_t * const rr = rm->rm_row[r]; in cmp_code()
211 raidz_row_t * const rrg = opts->rm_golden->rm_row[r]; in cmp_code()
235 raidz_row_t *rr = rm->rm_row[r]; in cmp_data()
236 raidz_row_t *rrg = opts->rm_golden->rm_row[r]; in cmp_data()
273 raidz_row_t *rr = rm->rm_row[r]; in corrupt_colums()
411 raidz_row_t *rr = kmem_alloc(offsetof(raidz_row_t, in vdev_raidz_map_alloc_expanded()