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