Searched refs:async_raid6_datap_recov (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/crypto/async_tx/ |
H A D | async_raid6_recov.c | 415 * async_raid6_datap_recov - asynchronously calculate a data and the 'p' block 423 async_raid6_datap_recov(int disks, size_t bytes, int faila, async_raid6_datap_recov() function 527 EXPORT_SYMBOL_GPL(async_raid6_datap_recov); variable
|
H A D | raid6test.c | 109 tx = async_raid6_datap_recov(disks, bytes, faila, ptrs, &submit); raid6_dual_recov()
|
/linux-4.1.27/include/linux/ |
H A D | async_tx.h | 204 async_raid6_datap_recov(int src_num, size_t bytes, int faila,
|
/linux-4.1.27/drivers/md/ |
H A D | raid5.c | 1521 return async_raid6_datap_recov(syndrome_disks+2, ops_run_compute6_2()
|
Completed in 288 milliseconds