Searched refs:raid6_2data_recov (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/raid6/ |
| H A D | algos.c | 90 void (*raid6_2data_recov)(int, size_t, int, int, void **); variable 91 EXPORT_SYMBOL_GPL(raid6_2data_recov); 145 raid6_2data_recov = best->data2; in raid6_choose_recov()
|
| H A D | recov.c | 130 raid6_2data_recov(disks, bytes, faila, failb, ptrs); in raid6_dual_recov()
|
| /linux/lib/raid6/test/ |
| H A D | test.c | 100 raid6_2data_recov = (*ra)->data2; in main()
|
| /linux/include/linux/raid/ |
| H A D | pq.h | 164 extern void (*raid6_2data_recov)(int disks, size_t bytes, int faila, int failb,
|
| /linux/crypto/async_tx/ |
| H A D | async_raid6_recov.c | 421 raid6_2data_recov(disks, bytes, faila, failb, ptrs); in async_raid6_2data_recov()
|
| /linux/Documentation/crypto/ |
| H A D | async-tx-api.rst | 87 2data (raid6_2data_recov) recover 2 raid6 data blocks from the given
|