Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance
970 struct dm_bufio_client { struct971 struct block_device *bdev;972 unsigned int block_size;973 s8 sectors_per_block_bits;975 bool no_sleep;976 struct mutex lock;977 spinlock_t spinlock;979 int async_write_error;981 void (*alloc_callback)(struct dm_buffer *buf);982 void (*write_callback)(struct dm_buffer *buf);[all …]