Searched refs:rm_ops (Results 1 – 4 of 4) sorted by relevance
158 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_P]; in vdev_raidz_math_generate()161 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_PQ]; in vdev_raidz_math_generate()164 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_PQR]; in vdev_raidz_math_generate()187 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_p_sel()198 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_pq_sel()200 return (rm->rm_ops->rec[RAIDZ_REC_Q]); in reconstruct_fun_pq_sel()204 return (rm->rm_ops->rec[RAIDZ_REC_PQ]); in reconstruct_fun_pq_sel()215 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_pqr_sel()217 return (rm->rm_ops->rec[RAIDZ_REC_Q]); in reconstruct_fun_pqr_sel()219 return (rm->rm_ops->rec[RAIDZ_REC_R]); in reconstruct_fun_pqr_sel()[all …]
1136 rm->rm_ops = vdev_raidz_math_get_ops(); in vdev_draid_map_alloc()
713 rm->rm_ops = vdev_raidz_math_get_ops(); in vdev_raidz_map_alloc()1045 rm->rm_ops = vdev_raidz_math_get_ops(); in vdev_raidz_map_alloc_expanded()
150 const raidz_impl_ops_t *rm_ops; /* RAIDZ math operations */ member