Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
super_type Struct Reference

Data Fields

charname
 
struct moduleowner
 
int(* load_super )(struct md_rdev *rdev, struct md_rdev *refdev, int minor_version)
 
int(* validate_super )(struct mddev *mddev, struct md_rdev *rdev)
 
void(* sync_super )(struct mddev *mddev, struct md_rdev *rdev)
 
unsigned long long(* rdev_size_change )(struct md_rdev *rdev, sector_t num_sectors)
 
int(* allow_new_offset )(struct md_rdev *rdev, unsigned long long new_offset)
 

Detailed Description

Definition at line 978 of file md.c.

Field Documentation

int(* allow_new_offset)(struct md_rdev *rdev, unsigned long long new_offset)

Definition at line 990 of file md.c.

int(* load_super)(struct md_rdev *rdev, struct md_rdev *refdev, int minor_version)

Definition at line 981 of file md.c.

char* name

Definition at line 979 of file md.c.

struct module* owner

Definition at line 980 of file md.c.

unsigned long long(* rdev_size_change)(struct md_rdev *rdev, sector_t num_sectors)

Definition at line 988 of file md.c.

void(* sync_super)(struct mddev *mddev, struct md_rdev *rdev)

Definition at line 986 of file md.c.

int(* validate_super)(struct mddev *mddev, struct md_rdev *rdev)

Definition at line 984 of file md.c.


The documentation for this struct was generated from the following file: