|
Linux Kernel
3.7.1
|
Data Fields | |
| struct mapped_device * | md |
| atomic_t | holders |
| unsigned | type |
| unsigned int | depth |
| unsigned int | counts [MAX_DEPTH] |
| sector_t * | index [MAX_DEPTH] |
| unsigned int | num_targets |
| unsigned int | num_allocated |
| sector_t * | highs |
| struct dm_target * | targets |
| struct target_type * | immutable_target_type |
| unsigned | integrity_supported:1 |
| unsigned | singleton:1 |
| fmode_t | mode |
| struct list_head | devices |
| void(* | event_fn )(void *) |
| void * | event_context |
| struct dm_md_mempools * | mempools |
| struct list_head | target_callbacks |
Definition at line 42 of file dm-table.c.
Definition at line 49 of file dm-table.c.
| unsigned int depth |
Definition at line 48 of file dm-table.c.
Definition at line 69 of file dm-table.c.
| void* event_context |
Definition at line 73 of file dm-table.c.
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.
| struct mapped_device* md |
Definition at line 43 of file dm-table.c.
| struct dm_md_mempools* mempools |
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.
Definition at line 77 of file dm-table.c.
Definition at line 55 of file dm-table.c.
| unsigned type |
Definition at line 45 of file dm-table.c.
1.8.2