#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/dma-mapping.h>
#include <linux/raid/pq.h>
#include <linux/async_tx.h>
Go to the source code of this file.
async_raid6_2data_recov - asynchronously calculate two missing data blocks : number of disks in the RAID-6 array : block size : first failed drive index : second failed drive index : array of source pointers where the last two entries are p and q : submission/completion modifiers
Definition at line 325 of file async_raid6_recov.c.
async_raid6_datap_recov - asynchronously calculate a data and the 'p' block : number of disks in the RAID-6 array : block size : failed drive index : array of source pointers where the last two entries are p and q : submission/completion modifiers
Definition at line 398 of file async_raid6_recov.c.
MODULE_DESCRIPTION |
( |
"asynchronous RAID-6 recovery api" |
| ) |
|