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

Data Fields

struct hlist_node hash_list
 
struct list_head lru_list
 
sector_t block
 
voiddata
 
enum data_mode data_mode
 
unsigned char list_mode
 
unsigned hold_count
 
int read_error
 
int write_error
 
unsigned long state
 
unsigned long last_accessed
 
struct dm_bufio_clientc
 
struct bio bio
 
struct bio_vec bio_vec [DM_BUFIO_INLINE_VECS]
 

Detailed Description

Definition at line 135 of file dm-bufio.c.

Field Documentation

struct bio bio

Definition at line 148 of file dm-bufio.c.

struct bio_vec bio_vec[DM_BUFIO_INLINE_VECS]

Definition at line 149 of file dm-bufio.c.

Definition at line 138 of file dm-bufio.c.

Definition at line 147 of file dm-bufio.c.

Definition at line 139 of file dm-bufio.c.

Definition at line 140 of file dm-bufio.c.

struct hlist_node hash_list

Definition at line 136 of file dm-bufio.c.

unsigned hold_count

Definition at line 142 of file dm-bufio.c.

unsigned long last_accessed

Definition at line 146 of file dm-bufio.c.

unsigned char list_mode

Definition at line 141 of file dm-bufio.c.

Definition at line 137 of file dm-bufio.c.

int read_error

Definition at line 143 of file dm-bufio.c.

unsigned long state

Definition at line 145 of file dm-bufio.c.

int write_error

Definition at line 144 of file dm-bufio.c.


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