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