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