Searched refs:async_raid6_2data_recov (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/crypto/async_tx/ |
H A D | async_raid6_recov.c | 341 * async_raid6_2data_recov - asynchronously calculate two missing data blocks 350 async_raid6_2data_recov(int disks, size_t bytes, int faila, int failb, async_raid6_2data_recov() function 412 EXPORT_SYMBOL_GPL(async_raid6_2data_recov); variable
|
H A D | raid6test.c | 113 tx = async_raid6_2data_recov(disks, bytes, faila, failb, ptrs, &submit); raid6_dual_recov()
|
/linux-4.1.27/include/linux/ |
H A D | async_tx.h | 200 async_raid6_2data_recov(int src_num, size_t bytes, int faila, int failb,
|
/linux-4.1.27/drivers/md/ |
H A D | raid5.c | 1526 return async_raid6_2data_recov(syndrome_disks+2, ops_run_compute6_2()
|
Completed in 349 milliseconds