Searched refs:raid6_datap_recov (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | algos.c | 92 void (*raid6_datap_recov)(int, size_t, int, void **); variable 93 EXPORT_SYMBOL_GPL(raid6_datap_recov); 136 raid6_datap_recov = best->datap; in raid6_choose_recov()
|
| H A D | recov.c | 128 raid6_datap_recov(disks, bytes, faila, ptrs); in raid6_dual_recov()
|
| /OK3568_Linux_fs/kernel/lib/raid6/test/ |
| H A D | test.c | 101 raid6_datap_recov = (*ra)->datap; in main()
|
| /OK3568_Linux_fs/kernel/include/linux/raid/ |
| H A D | pq.h | 162 extern void (*raid6_datap_recov)(int disks, size_t bytes, int faila,
|
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A D | async_raid6_recov.c | 504 raid6_datap_recov(disks, bytes, faila, ptrs); in async_raid6_datap_recov()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | async-tx-api.rst | 85 datap (raid6_datap_recov) recover a raid6 data block and the p block
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 1936 raid6_datap_recov(rbio->real_stripes, in __raid_recover_end_io()
|