aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/async_tx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/async_tx.h b/include/linux/async_tx.h
index e6ce5f004f9..866e61c4e2e 100644
--- a/include/linux/async_tx.h
+++ b/include/linux/async_tx.h
@@ -194,5 +194,13 @@ async_syndrome_val(struct page **blocks, unsigned int offset, int src_cnt,
194 size_t len, enum sum_check_flags *pqres, struct page *spare, 194 size_t len, enum sum_check_flags *pqres, struct page *spare,
195 struct async_submit_ctl *submit); 195 struct async_submit_ctl *submit);
196 196
197struct dma_async_tx_descriptor *
198async_raid6_2data_recov(int src_num, size_t bytes, int faila, int failb,
199 struct page **ptrs, struct async_submit_ctl *submit);
200
201struct dma_async_tx_descriptor *
202async_raid6_datap_recov(int src_num, size_t bytes, int faila,
203 struct page **ptrs, struct async_submit_ctl *submit);
204
197void async_tx_quiesce(struct dma_async_tx_descriptor **tx); 205void async_tx_quiesce(struct dma_async_tx_descriptor **tx);
198#endif /* _ASYNC_TX_H_ */ 206#endif /* _ASYNC_TX_H_ */