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.c328 struct dm_buffer { struct
330 struct rb_node node;
333 sector_t block;
334 void *data;
335 unsigned char data_mode; /* DATA_MODE_* */
359 void (*end_io)(struct dm_buffer *b, blk_status_t bs); argument
362 unsigned int stack_len;
363 unsigned long stack_entries[MAX_STACK];
1374 void (*end_io)(struct dm_buffer *, blk_status_t)) in submit_io()
2447 void (*alloc_callback)(struct dm_buffer *), in dm_bufio_client_create()
[all …]