Searched refs:rm_ops (Results 1 – 4 of 4) sorted by relevance
159 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_P]; in vdev_raidz_math_generate()162 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_PQ]; in vdev_raidz_math_generate()165 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_PQR]; in vdev_raidz_math_generate()188 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_p_sel()199 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_pq_sel()201 return (rm->rm_ops->rec[RAIDZ_REC_Q]); in reconstruct_fun_pq_sel()205 return (rm->rm_ops->rec[RAIDZ_REC_PQ]); in reconstruct_fun_pq_sel()216 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_pqr_sel()218 return (rm->rm_ops->rec[RAIDZ_REC_Q]); in reconstruct_fun_pqr_sel()220 return (rm->rm_ops->rec[RAIDZ_REC_R]); in reconstruct_fun_pqr_sel()[all …]
1139 rm->rm_ops = vdev_raidz_math_get_ops(); in vdev_draid_map_alloc()
741 rm->rm_ops = vdev_raidz_math_get_ops(); in vdev_raidz_map_alloc()1073 rm->rm_ops = vdev_raidz_math_get_ops(); in vdev_raidz_map_alloc_expanded()
153 const raidz_impl_ops_t *rm_ops; /* RAIDZ math operations */ member