Lines Matching defs:dm_buffer
136 struct dm_buffer { struct
137 struct rb_node node;
138 struct list_head lru_list;
139 sector_t block;
140 void *data;
141 enum data_mode data_mode;
142 unsigned char list_mode; /* LIST_* */
143 unsigned hold_count;
144 int read_error;
145 int write_error;
146 unsigned long state;
147 unsigned long last_accessed;
148 struct dm_bufio_client *c;
149 struct list_head write_list;
150 struct bio bio;
151 struct bio_vec bio_vec[DM_BUFIO_INLINE_VECS];
1576 void (*alloc_callback)(struct dm_buffer *), in dm_bufio_client_create()
1577 void (*write_callback)(struct dm_buffer *)) in dm_bufio_client_create()