Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c152 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) in vdev_raidz_map_free()
224 for (; x < rm->rm_cols; x++) { in vdev_raidz_cksum_finish()
243 for (x = rm->rm_firstdatacol; x < rm->rm_cols; x++) { in vdev_raidz_cksum_finish()
307 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) in vdev_raidz_cksum_report()
312 for (offset = 0, c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_cksum_report()
389 rm->rm_cols = acols; in vdev_raidz_map_alloc()
468 ASSERT(rm->rm_cols >= 2); in vdev_raidz_map_alloc()
557 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_p()
582 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_pq()
630 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_pqr()
[all …]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c388 uint64_t rm_cols; /* Regular column count */ member
530 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_p()
559 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_pq()
613 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_pqr()
845 ASSERT(n == rm->rm_cols - rm->rm_firstdatacol); in vdev_raidz_matrix_init()
999 ASSERT3U(c, <, rm->rm_cols); in vdev_raidz_matrix_reconstruct()
1006 ASSERT3U(cc, <, rm->rm_cols); in vdev_raidz_matrix_reconstruct()
1060 n = rm->rm_cols - rm->rm_firstdatacol; in vdev_raidz_reconstruct_general()
1118 for (tt = 0, c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_reconstruct_general()
1169 nbaddata = rm->rm_cols - nbadparity; in vdev_raidz_reconstruct()
[all …]
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c202 int dcols = opts->rm_golden->rm_cols - raidz_parity(opts->rm_golden); in cmp_data()
416 if (x0 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
441 if (x0 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
444 if (x1 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
472 if (x0 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
475 if (x1 >= rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
479 rm->rm_cols - raidz_parity(rm)) in run_rec_check_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h116 size_t rm_cols; /* Regular column count */ member
158 #define raidz_ncols(rm) ((rm)->rm_cols)