Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-bufio.c982 struct dm_bufio_client { struct
983 struct block_device *bdev;
984 unsigned int block_size;
985 s8 sectors_per_block_bits;
987 bool no_sleep;
988 struct mutex lock;
989 spinlock_t spinlock;
991 int async_write_error;
993 void (*alloc_callback)(struct dm_buffer *buf);
994 void (*write_callback)(struct dm_buffer *buf);
[all …]