Home
last modified time | relevance | path

Searched defs:dm_buffer (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-bufio.c326 struct dm_buffer { struct
328 struct rb_node node;
331 sector_t block;
332 void *data;
333 unsigned char data_mode; /* DATA_MODE_* */
357 void (*end_io)(struct dm_buffer *b, blk_status_t bs); argument
360 unsigned int stack_len;
361 unsigned long stack_entries[MAX_STACK];
1372 void (*end_io)(struct dm_buffer *, blk_status_t)) in submit_io()
2440 void (*alloc_callback)(struct dm_buffer *), in dm_bufio_client_create()
[all …]