Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance
978 struct dm_bufio_client { struct979 struct block_device *bdev;980 unsigned int block_size;981 s8 sectors_per_block_bits;983 bool no_sleep;984 struct mutex lock;985 spinlock_t spinlock;987 int async_write_error;989 void (*alloc_callback)(struct dm_buffer *buf);990 void (*write_callback)(struct dm_buffer *buf);[all …]