Searched refs:rm_cols (Results 1 – 4 of 4) sorted by relevance
152 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 …]
388 uint64_t rm_cols; /* Regular column count */ member530 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 …]
202 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()
116 size_t rm_cols; /* Regular column count */ member158 #define raidz_ncols(rm) ((rm)->rm_cols)