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

Data Fields

struct mapped_devicemd
 
atomic_t holders
 
unsigned type
 
unsigned int depth
 
unsigned int counts [MAX_DEPTH]
 
sector_tindex [MAX_DEPTH]
 
unsigned int num_targets
 
unsigned int num_allocated
 
sector_thighs
 
struct dm_targettargets
 
struct target_typeimmutable_target_type
 
unsigned integrity_supported:1
 
unsigned singleton:1
 
fmode_t mode
 
struct list_head devices
 
void(* event_fn )(void *)
 
voidevent_context
 
struct dm_md_mempoolsmempools
 
struct list_head target_callbacks
 

Detailed Description

Definition at line 42 of file dm-table.c.

Field Documentation

unsigned int counts[MAX_DEPTH]

Definition at line 49 of file dm-table.c.

unsigned int depth

Definition at line 48 of file dm-table.c.

struct list_head devices

Definition at line 69 of file dm-table.c.

void* event_context

Definition at line 73 of file dm-table.c.

void(* event_fn)(void *)

Definition at line 72 of file dm-table.c.

sector_t* highs

Definition at line 54 of file dm-table.c.

atomic_t holders

Definition at line 44 of file dm-table.c.

struct target_type* immutable_target_type

Definition at line 57 of file dm-table.c.

Definition at line 50 of file dm-table.c.

unsigned integrity_supported

Definition at line 58 of file dm-table.c.

Definition at line 43 of file dm-table.c.

Definition at line 75 of file dm-table.c.

fmode_t mode

Definition at line 66 of file dm-table.c.

unsigned int num_allocated

Definition at line 53 of file dm-table.c.

unsigned int num_targets

Definition at line 52 of file dm-table.c.

unsigned singleton

Definition at line 59 of file dm-table.c.

struct list_head target_callbacks

Definition at line 77 of file dm-table.c.

struct dm_target* targets

Definition at line 55 of file dm-table.c.

unsigned type

Definition at line 45 of file dm-table.c.


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