Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h140 } raidz_row_t; typedef
152 raidz_row_t *rm_row[]; /* flexible array of rows */
225 raidz_row_t *rr = (raidz_row_t *)rrp; \
239 raidz_row_t *rr = (raidz_row_t *)rrp; \
/freebsd/sys/contrib/openzfs/module/zfs/
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()
359 raidz_generate_p_impl(raidz_row_t * const rr) in raidz_generate_p_impl()
432 raidz_generate_pq_impl(raidz_row_t * const rr) in raidz_generate_pq_impl()
510 raidz_generate_pqr_impl(raidz_row_t * const rr) in raidz_generate_pqr_impl()
608 raidz_reconstruct_p_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_p_impl()
690 raidz_reconstruct_q_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_q_impl()
784 raidz_reconstruct_r_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_r_impl()
924 raidz_reconstruct_pq_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_pq_impl()
1084 raidz_reconstruct_pr_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_pr_impl()
1251 raidz_reconstruct_qr_impl(raidz_row_t *rr, const int *tgtidx) in raidz_reconstruct_qr_impl()
[all …]
H A Dvdev_raidz.c377 vdev_raidz_row_free(raidz_row_t *rr) in vdev_raidz_row_free()
435 raidz_row_t *
438 raidz_row_t *rr = in vdev_raidz_row_alloc()
459 raidz_row_t *rr = rm->rm_row[0]; in vdev_raidz_map_alloc_write()
544 raidz_row_t *rr = rm->rm_row[0]; in vdev_raidz_map_alloc_read()
572 raidz_row_t *rr; in vdev_raidz_map_alloc()
950 raidz_row_t *rr = rm->rm_row[i]; in vdev_raidz_map_alloc_expanded()
1004 raidz_row_t *rr = rm->rm_row[i]; in vdev_raidz_map_alloc_expanded()
1245 raidz_row_t *rr = rm->rm_row[i]; in vdev_raidz_generate_parity()
2384 raidz_row_t *rr = rm->rm_row[0]; in raidz_start_skip_writes()
[all …]
H A Dvdev_draid.c650 vdev_draid_map_alloc_write(zio_t *zio, uint64_t abd_offset, raidz_row_t *rr) in vdev_draid_map_alloc_write()
697 vdev_draid_map_alloc_scrub(zio_t *zio, uint64_t abd_offset, raidz_row_t *rr) in vdev_draid_map_alloc_scrub()
762 vdev_draid_map_alloc_read(zio_t *zio, uint64_t abd_offset, raidz_row_t *rr) in vdev_draid_map_alloc_read()
787 vdev_draid_map_alloc_empty(zio_t *zio, raidz_row_t *rr) in vdev_draid_map_alloc_empty()
854 vdev_draid_map_verify_empty(zio_t *zio, raidz_row_t *rr) in vdev_draid_map_verify_empty()
957 vdev_draid_map_alloc_row(zio_t *zio, raidz_row_t **rrp, uint64_t io_offset, in vdev_draid_map_alloc_row()
1029 raidz_row_t *rr = vdev_raidz_row_alloc(groupwidth); in vdev_draid_map_alloc_row()
1107 raidz_row_t *rr[2]; in vdev_draid_map_alloc()
1823 vdev_draid_io_verify(vdev_t *vd, raidz_row_t *rr, int col) in vdev_draid_io_verify()
1850 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()
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c217 raidz_row_t * const rr = rm->rm_row[r]; in cmp_code()
218 raidz_row_t * const rrg = opts->rm_golden->rm_row[r]; in cmp_code()
242 raidz_row_t *rr = rm->rm_row[r]; in cmp_data()
243 raidz_row_t *rrg = opts->rm_golden->rm_row[r]; in cmp_data()
276 raidz_row_t *rr = rm->rm_row[r]; in corrupt_colums()