Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
test.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <linux/raid/pq.h>

Go to the source code of this file.

Macros

#define NDISKS   16 /* Including P and Q */
 

Functions

const char
raid6_empty_zero_page[PAGE_SIZE
__attribute__ ((aligned(256)))
 
int main (int argc, char *argv[])
 

Variables

struct raid6_calls raid6_call
 
chardataptrs [NDISKS]
 
char data [NDISKS][PAGE_SIZE]
 
char recovi [PAGE_SIZE]
 
char recovj [PAGE_SIZE]
 

Macro Definition Documentation

#define NDISKS   16 /* Including P and Q */

Definition at line 22 of file test.c.

Function Documentation

int main ( int  argc,
char argv[] 
)

Definition at line 90 of file test.c.

Variable Documentation

Definition at line 28 of file test.c.

char* dataptrs[NDISKS]

Definition at line 27 of file test.c.

struct raid6_calls raid6_call

Definition at line 25 of file test.c.

char recovi[PAGE_SIZE]

Definition at line 29 of file test.c.

char recovj[PAGE_SIZE]

Definition at line 29 of file test.c.