diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/async_tx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/async_tx.h b/include/linux/async_tx.h index e6ce5f004f98..866e61c4e2e0 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 | ||
| 197 | struct dma_async_tx_descriptor * | ||
| 198 | async_raid6_2data_recov(int src_num, size_t bytes, int faila, int failb, | ||
| 199 | struct page **ptrs, struct async_submit_ctl *submit); | ||
| 200 | |||
| 201 | struct dma_async_tx_descriptor * | ||
| 202 | async_raid6_datap_recov(int src_num, size_t bytes, int faila, | ||
| 203 | struct page **ptrs, struct async_submit_ctl *submit); | ||
| 204 | |||
| 197 | void async_tx_quiesce(struct dma_async_tx_descriptor **tx); | 205 | void async_tx_quiesce(struct dma_async_tx_descriptor **tx); |
| 198 | #endif /* _ASYNC_TX_H_ */ | 206 | #endif /* _ASYNC_TX_H_ */ |
