Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | RAID6_TIME_JIFFIES_LG2 9 |
#define | time_before(x, y) ((x) < (y)) |
Functions | |
EXPORT_SYMBOL_GPL (raid6_call) | |
EXPORT_SYMBOL_GPL (raid6_2data_recov) | |
EXPORT_SYMBOL_GPL (raid6_datap_recov) | |
int __init | raid6_select_algo (void) |
subsys_initcall (raid6_select_algo) | |
module_exit (raid6_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("RAID6 Q-syndrome calculations") | |
Variables | |
struct raid6_calls | raid6_call |
struct raid6_calls *const | raid6_algos [] |
void(* | raid6_2data_recov )(int, size_t, int, int, void **) |
void(* | raid6_datap_recov )(int, size_t, int, void **) |
struct raid6_recov_calls *const | raid6_recov_algos [] |
EXPORT_SYMBOL_GPL | ( | raid6_call | ) |
EXPORT_SYMBOL_GPL | ( | raid6_2data_recov | ) |
EXPORT_SYMBOL_GPL | ( | raid6_datap_recov | ) |
MODULE_DESCRIPTION | ( | "RAID6 Q-syndrome calculations" | ) |
module_exit | ( | raid6_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | raid6_select_algo | ) |
struct raid6_calls* const raid6_algos[] |
struct raid6_calls raid6_call |
struct raid6_recov_calls* const raid6_recov_algos[] |